Merge pull request #2310 from hvenev/reconfigure-get_option
Fix get_option() for base options on reconfigure.pull/2207/head
commit
9c834a4ecd
4 changed files with 18 additions and 2 deletions
@ -0,0 +1,5 @@ |
||||
project('reconfigure test', ['c']) |
||||
|
||||
if get_option('b_lto') != true |
||||
error('b_lto not set') |
||||
endif |
Loading…
Reference in new issue