From 6f7867b5e9087b2355462d3b24ae39f3af0a73ad Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Wed, 27 Jun 2012 17:07:44 +1000 Subject: Fix header path for audio engine on Mac. There's a different prefix here. Change-Id: Ifda82e19824801b1d903ab6ad40c97428fff236c Reviewed-by: Dmytro Poplavskiy --- config.tests/openal/openal.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config.tests/openal/openal.pro') 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 -- cgit v1.2.3