Fixing slang on windows build

This commit is contained in:
Dynamitos
2020-03-25 21:29:43 +01:00
parent 018a3a8974
commit b3ad5bc573
3 changed files with 15 additions and 22 deletions
+6 -2
View File
@@ -22,12 +22,16 @@
"x64": {
"short": "x64",
"long": "amd64 platform",
"CMAKE_GENERATOR_PLATFORM": "x64"
"settings": {
"CMAKE_PLATFORM": "x64"
}
},
"x86": {
"short": "x86",
"long": "x86 platform",
"CMAKE_GENERATOR_PLATFORM": "x86"
"settings": {
"CMAKE_PLATFORM": "x86"
}
}
}
}