parent
3aff6de3e6
commit
a7bfcbd6b9
2 changed files with 4 additions and 4 deletions
@ -1,7 +1,7 @@ |
||||
project('numbers', 'c') |
||||
|
||||
if(host.pointer_size() == 64) |
||||
add_global_arguments('c', '-DIS64') |
||||
add_global_arguments('-DIS64', language : 'c') |
||||
endif |
||||
|
||||
add_test('sizetest', executable('prog', 'prog.c')) |
||||
|
Loading…
Reference in new issue