|
@@ -967,6 +967,10 @@ if (COMPILER=="GCC"):
|
|
|
else:
|
|
else:
|
|
|
PkgDisable("OPENCV")
|
|
PkgDisable("OPENCV")
|
|
|
|
|
|
|
|
|
|
+ if GetTarget() == "darwin" and not PkgSkip("OPENAL"):
|
|
|
|
|
+ LibName("OPENAL", "-framework AudioToolbox")
|
|
|
|
|
+ LibName("OPENAL", "-framework CoreAudio")
|
|
|
|
|
+
|
|
|
if not PkgSkip("ASSIMP") and \
|
|
if not PkgSkip("ASSIMP") and \
|
|
|
os.path.isfile(GetThirdpartyDir() + "assimp/lib/libassimp.a"):
|
|
os.path.isfile(GetThirdpartyDir() + "assimp/lib/libassimp.a"):
|
|
|
# Also pick up IrrXML, which is needed when linking statically.
|
|
# Also pick up IrrXML, which is needed when linking statically.
|