-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] 0.3.0 - Linux support (#12)
* add linux to test.yml and cmakelists.txt * remove rc5 * include all parts of openssl * set prefix and openssldir * add options back in * remove no-shared * remove all options * use shared objects * use .a files again * use complete openssl triplet * change openssl triplet to linx-x86_64 * add some more linker flags * remove exclusions * remove if condition * use ./config * try .so again * whole archive * check dynamic dependencies * add -static linker flag * add -static-libstdc++ -static-libgcc * add everything back in * bump version
- Loading branch information
1 parent
997ddff
commit 1870aba
Showing
4 changed files
with
24 additions
and
11 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.0 | ||
0.3.0 |