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.
 
 
 
 
 
 

412 B

New as_static and as_shared methods on internal dependencies

@dep object returned by declare_dependency now has .as_static() and .as_shared() methods, to convert to a dependency that prefers the static or the shared version of the linked @both_libs target.

When the same dependency is used without those methods, the default_both_libraries option determines which version is used.