mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
parent
6ea595a780
commit
a84d49a630
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ endif()
|
|||
|
||||
# I think CMake is trying to link zlib from the host system?
|
||||
# This prevents it from doing that.
|
||||
if (CMAKE_CROSSCOMPILING)
|
||||
if (WIN32 AND CMAKE_CROSSCOMPILING)
|
||||
set(MZ_FORCE_FETCH_LIBS ON)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue