aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/cmake/toolchain.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/toolchain.py')
-rw-r--r--project/cmake/toolchain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/toolchain.py b/project/cmake/toolchain.py
index 0e68738..22f99df 100644
--- a/project/cmake/toolchain.py
+++ b/project/cmake/toolchain.py
@@ -69,7 +69,7 @@ class MSVC(Auto):
def get_cmake_args(self):
# This doesn't actually specify the generator of course, but I don't
# want to implement VS detection logic.
- return self.platform.cmake_msvc_args()
+ return ['-A', self.platform.msvc_arch()]
def get_build_args(self):
return ['/m']