summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index 14211a2f1..d868e7f12 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -318,8 +318,14 @@
},
"webengine-winversion": {
"label": "winversion",
- "test": "winversion",
- "type": "compile"
+ "type": "compile",
+ "test": {
+ "head" : [
+ "#if !defined(__clang__) && _MSC_FULL_VER < 191426428",
+ "#error unsupported Visual Studio version",
+ "#endif"
+ ]
+ }
},
"webengine-protoc": {
"label": "protoc",