mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-21 22:26:40 -04:00
Fixed detection of x64 platform.
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user