diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-12-12 15:49:59 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-09-06 10:56:44 -0700 |
| commit | 2d6915a5983a64b58ecafd1b1dc92e9c48579ff2 (patch) | |
| tree | 8ed2d004c51ef4d36c502b5851ff9f43adf361d4 /docs/markdown/snippets/default_both_libraries.md | |
| parent | 7b3169f464810dfed0daf3075a5a6e5ed91dbc9b (diff) | |
| download | meson-2d6915a5983a64b58ecafd1b1dc92e9c48579ff2.tar.gz | |
add default_both_libraries core option
Diffstat (limited to 'docs/markdown/snippets/default_both_libraries.md')
| -rw-r--r-- | docs/markdown/snippets/default_both_libraries.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/default_both_libraries.md b/docs/markdown/snippets/default_both_libraries.md new file mode 100644 index 000000000..279c43d22 --- /dev/null +++ b/docs/markdown/snippets/default_both_libraries.md @@ -0,0 +1,4 @@ +## New built-in option for default both_libraries + +`both_libraries` targets used to be considered as a shared library by default. +There is now the `default_both_libraries` option to change this default. |
