diff options
| -rw-r--r-- | coin/module_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 25cdf3644..64364f37d 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -19,6 +19,12 @@ accept_configuration: - condition: property # MibnGW and msvc2015 are not supported property: target.compiler not_in_values: [Mingw, MSVC2015] + - condition: property #Webassembly + property: target.osVersion + not_equals_value: WebAssembly + - condition: property # Windows on Arm + property: target.arch + not_equals_value: ARM64 - condition: and conditions: - condition: property # No cross compilation |
