1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fix MXE detection check

This commit is contained in:
Ivan Savenko
2023-01-16 21:28:32 +02:00
parent c252837b6a
commit e78d6f9d70

View File

@@ -91,7 +91,7 @@ if(APPLE_IOS AND COPY_CONFIG_ON_BUILD)
endif()
# No QT Linguist on MXE
if(${CMAKE_CROSSCOMPILING})
if((MINGW) AND (${CMAKE_CROSSCOMPILING}))
set(ENABLE_TRANSLATIONS OFF)
endif()