forked from latchset/jose
-
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.
Modified the meson build declaration to (#19)
- support to optionally create a static library - allow the binary to use the non system library (libjose.so) when buildng a debug version Co-authored-by: Claude Robitaille <[email protected]>
- Loading branch information
1 parent
523af86
commit 8739c9a
Showing
4 changed files
with
63 additions
and
17 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,4 @@ | ||
option('docs', type: 'feature', description: 'Whether to build asciidoc manpages') | ||
option('build_static', type: 'boolean', description: 'Build static library', value: false) | ||
option('build_dynamic', type: 'boolean', description: 'Build dynamic library', value: true) | ||
|