summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'Toolchain')
-rw-r--r--Toolchain/mingw.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Toolchain/mingw.cmake b/Toolchain/mingw.cmake
index 5ade65c3b..c50c80f91 100644
--- a/Toolchain/mingw.cmake
+++ b/Toolchain/mingw.cmake
@@ -5,7 +5,8 @@ SET(PKG_CONFIG_EXECUTABLE ${TARGET_ARCH}-pkg-config)
# unecessary according to https://cmake.org/cmake/help/v3.4/variable/WINCE.html
# TODO: plateform wince change too much things for now, fix later.
-if (CMAKE_SYSTEM_NAME STREQUAL "WindowsCEtest")
+# WindowsCETest -> WindowsCE
+if (CMAKE_SYSTEM_NAME STREQUAL "WindowsCETest")
SET(CMAKE_EXECUTABLE_SUFFIX ".exe")
SET(WINCE TRUE)
endif()