Fixed detection of x64 platform.

This commit is contained in:
Joachim Bauch
2016-09-19 22:27:02 +02:00
parent cfba548c66
commit d19c62ed82
+1 -1
View File
@@ -1,7 +1,7 @@
@echo off
setlocal
if /I "%PLATFORM" == "x64" (
if /I "%PLATFORM%" == "x64" (
set CMAKE_GEN_SUFFIX= Win64
) else (
set CMAKE_GEN_SUFFIX=