removing vulkan references from mac builds
This commit is contained in:
@@ -40,6 +40,17 @@
|
||||
"CMAKE_INSTALL_PREFIX": "C:/Program Files/Seele"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "debug-mac",
|
||||
"displayName": "Debug Mac (no ASan)",
|
||||
"description": "Debug Mac build without sanitizers",
|
||||
"binaryDir": "${sourceDir}/build",
|
||||
"generator": "Xcode",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Debug",
|
||||
"CMAKE_INSTALL_PREFIX": "C:/Program Files/Seele"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "debug-asan",
|
||||
"displayName": "Debug (ASan)",
|
||||
@@ -71,6 +82,11 @@
|
||||
"displayName": "Debug (no ASan)",
|
||||
"configurePreset": "debug"
|
||||
},
|
||||
{
|
||||
"name": "debug-mac",
|
||||
"displayName": "Debug Mac (no ASan)",
|
||||
"configurePreset": "debug-mac"
|
||||
},
|
||||
{
|
||||
"name": "debug-asan",
|
||||
"displayName": "Debug (ASan)",
|
||||
|
||||
Reference in New Issue
Block a user