mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Fix CMakeSettings buildRoot
This commit is contained in:
parent
0d2d06fadb
commit
caae8d0043
@ -4,7 +4,7 @@
|
|||||||
"name": "x64-Debug",
|
"name": "x64-Debug",
|
||||||
"generator": "Visual Studio 15 2017 Win64",
|
"generator": "Visual Studio 15 2017 Win64",
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "",
|
||||||
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
||||||
},
|
},
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"name": "x64-Release",
|
"name": "x64-Release",
|
||||||
"generator": "Visual Studio 15 2017 Win64",
|
"generator": "Visual Studio 15 2017 Win64",
|
||||||
"configurationType": "Release",
|
"configurationType": "Release",
|
||||||
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "",
|
||||||
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user