Looks like this has always been broken, had_argument_for() was checking if we have --default_library instead of --default-library.0.46
parent
ed831fc862
commit
73adac113e
3 changed files with 14 additions and 2 deletions
@ -1 +1,3 @@ |
||||
project('command line test', 'c') |
||||
project('command line test', 'c', |
||||
default_options : ['default_library=static'] |
||||
) |
||||
|
Loading…
Reference in new issue