mirror of
https://github.com/fancycode/MemoryModule
synced 2026-06-06 15:44:28 +00: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