-fixed some meson issues on windows (becs and tests compilation works. Demos not yet)
-now tests compile proper files -added setjmp bindings for Windows. It doesn't work on LDC build (singal API could works)
This commit is contained in:
parent
180f2ed336
commit
37d15f97d6
4 changed files with 51 additions and 13 deletions
|
|
@ -1,3 +1,4 @@
|
|||
option('betterC', type: 'boolean', value: false)
|
||||
option('BuildDemos', type: 'boolean', value: false)
|
||||
option('BuildTests', type: 'boolean', value: false)
|
||||
option('LTO', type: 'boolean', value: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue