-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:
Mergul 2021-03-06 22:00:08 +01:00
parent 180f2ed336
commit 37d15f97d6
4 changed files with 51 additions and 13 deletions

View file

@ -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)