1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-03 18:14:01 +00:00

linking against openalsoft; system AL isn't necessary anymore iirc

This commit is contained in:
fgenesis 2015-01-28 01:28:39 +00:00
parent e03e2ad3b7
commit 2ddaa0d100

View file

@ -714,7 +714,7 @@ ENDIF(WIN32)
IF(MACOSX)
SET(OPTIONAL_LIBS ${OPTIONAL_LIBS} "-framework Carbon")
SET(OPTIONAL_LIBS ${OPTIONAL_LIBS} "-framework Cocoa")
SET(OPTIONAL_LIBS ${OPTIONAL_LIBS} "-framework OpenAL")
#SET(OPTIONAL_LIBS ${OPTIONAL_LIBS} "-framework OpenAL")
ENDIF(MACOSX)
IF(HAIKU)