-
-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a standalone libponyc on Linux
It's possible to use libponyc from projects other than ponyc. Using the library gives you access to all the various compiler functionality. However, it is hard to use the library because, you need to link in the correct libstdc++, libblake, and LLVM. Figuring out what is the correct version of each is very difficult. With this change, a new library `libponyc-standalone.a` will be created as part of the build process. Applications like the "in pony documentation generator" that I am on will be able to link to libponyc-standalone and pick up all it's required dependencies. Windows, BSD, and macOS libraries are not created at this time but can be added as needed in the future.
- Loading branch information
1 parent
30a7e27
commit 9f69cbc
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters