mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Fix MXE detection check
This commit is contained in:
@@ -91,7 +91,7 @@ if(APPLE_IOS AND COPY_CONFIG_ON_BUILD)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# No QT Linguist on MXE
|
# No QT Linguist on MXE
|
||||||
if(${CMAKE_CROSSCOMPILING})
|
if((MINGW) AND (${CMAKE_CROSSCOMPILING}))
|
||||||
set(ENABLE_TRANSLATIONS OFF)
|
set(ENABLE_TRANSLATIONS OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user