mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Fix APPLE condition for libiconv
This commit is contained in:
parent
3f6173a5d5
commit
b012b8463d
@ -66,7 +66,7 @@ endif ()
|
||||
##########
|
||||
|
||||
set (gettext_DEPENDS)
|
||||
if (APPLE)
|
||||
if (NOT APPLE)
|
||||
set (gettext_DEPENDS "${gettext_DEPENDS} libiconv_Project")
|
||||
endif ()
|
||||
|
||||
@ -232,7 +232,7 @@ ExternalProject_Add (SDL2_image_Project
|
||||
#############
|
||||
|
||||
set (SDL2_mixer_DEPENDS SDL2_Project)
|
||||
if (APPLE)
|
||||
if (NOT APPLE)
|
||||
set (SDL2_mixer_DEPENDS "${SDL2_mixer_DEPENDS} libiconv_Project")
|
||||
endif ()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user