Skip to content

Commit

Permalink
Build failing on Fedora 32
Browse files Browse the repository at this point in the history
Fixes #1032
  • Loading branch information
mfikes committed Jul 26, 2020
1 parent 4b61b2a commit 914f36d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 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]
### Fixed
- Build failing on Fedora 32 ([#1032](https://github.com/planck-repl/planck/issues/1032))

## [2.25.0] - 2020-03-22
### Added
- Ability to specify prefix and suffix for temp files ([#1005](https://github.com/planck-repl/planck/issues/1005))
Expand Down Expand Up @@ -872,6 +876,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
[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 914f36d

Please sign in to comment.