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.
 
 
 
 
 
 

294 B

compiler.get_linker_id()

since 0.53.0, compiler.get_linker_id() allows retrieving a lowercase name for the linker. Since each compiler family can typically use a variety of linkers depending on operating system, this helps users define logic for corner cases not otherwise easily handled.