The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
335 B
6 lines
335 B
## Add keyword `static` to `find_library` |
|
|
|
`find_library` has learned the `static` keyword. They keyword must be a boolean, |
|
where `true` only searches for static libraries and `false` only searches for |
|
dynamic/shared. Leaving the keyword unset will keep the old behavior of first |
|
searching for dynamic and then falling back to static.
|
|
|