mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
Fix build on OSX with SDL 1.2
This commit is contained in:
parent
dc0f4b3b9c
commit
471aca067a
1 changed files with 2 additions and 2 deletions
|
@ -426,9 +426,9 @@ SET(AQUARIA_SRCS_UNUSED
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(MACOSX)
|
IF(MACOSX)
|
||||||
IF(AQUARIA_USE_SDL)
|
IF(NOT AQUARIA_USE_SDL2)
|
||||||
SET(COCOA_SRCS "${BBGEDIR}/Cocoa.mm")
|
SET(COCOA_SRCS "${BBGEDIR}/Cocoa.mm")
|
||||||
ENDIF(AQUARIA_USE_SDL)
|
ENDIF(NOT AQUARIA_USE_SDL2)
|
||||||
ENDIF(MACOSX)
|
ENDIF(MACOSX)
|
||||||
|
|
||||||
# Bit Blot Game Engine sources...
|
# Bit Blot Game Engine sources...
|
||||||
|
|
Loading…
Reference in a new issue