summaryrefslogtreecommitdiffstats
path: root/config.tests/openal/openal.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/openal/openal.pro')
-rw-r--r--config.tests/openal/openal.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/config.tests/openal/openal.pro b/config.tests/openal/openal.pro
index c0e6e5761..28c4b9528 100644
--- a/config.tests/openal/openal.pro
+++ b/config.tests/openal/openal.pro
@@ -1,7 +1,6 @@
SOURCES += main.cpp
-win32 {
- LIBS += -lOpenAL32
-}else {
- LIBS += -lopenal
-}
+win32: LIBS += -lOpenAL32
+unix:!mac: LIBS += -lopenal
+mac: LIBS += -framework OpenAL
+mac: DEFINES += HEADER_OPENAL_PREFIX