Skip to content

Commit

Permalink
Build failing on Fedora 32 (#1035)
Browse files Browse the repository at this point in the history
Fixes #1032
  • Loading branch information
mfikes authored Oct 4, 2020
1 parent 1354977 commit 452a356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## Unreleased
## [Unreleased]
### Changed
- Update to ClojureScript 1.10.758 ([#1034](https://github.com/planck-repl/planck/issues/1034))

### Fixed
- Drone CI builds broken ([#1038](https://github.com/planck-repl/planck/issues/1038))
- Build failing on Fedora 32 ([#1032](https://github.com/planck-repl/planck/issues/1032))

## [2.25.0] - 2020-03-22
### Added
Expand Down Expand Up @@ -879,7 +880,7 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release.

[Unreleased]: https://github.com/mfikes/planck/compare/2.25.0..HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.25.0...HEAD
[2.25.0]: https://github.com/mfikes/planck/compare/2.24.0...2.25.0
[2.24.0]: https://github.com/mfikes/planck/compare/2.23.0...2.24.0
[2.23.0]: https://github.com/mfikes/planck/compare/2.22.0...2.23.0
Expand Down
2 changes: 1 addition & 1 deletion planck-c/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void bootstrap(char *out_path);

int block_until_engine_ready();

const char *block_until_engine_ready_failed_msg;
extern const char *block_until_engine_ready_failed_msg;

JSObjectRef get_function(char *namespace, char *name);

Expand Down

0 comments on commit 452a356

Please sign in to comment.