mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
makepanda: add -framework AudioUnit for OpenAL Soft (#678)
This commit is contained in:
parent
0b52241e95
commit
4c62260291
@ -978,6 +978,7 @@ if (COMPILER=="GCC"):
|
|||||||
PkgDisable("OPENCV")
|
PkgDisable("OPENCV")
|
||||||
|
|
||||||
if GetTarget() == "darwin" and not PkgSkip("OPENAL"):
|
if GetTarget() == "darwin" and not PkgSkip("OPENAL"):
|
||||||
|
LibName("OPENAL", "-framework AudioUnit")
|
||||||
LibName("OPENAL", "-framework AudioToolbox")
|
LibName("OPENAL", "-framework AudioToolbox")
|
||||||
LibName("OPENAL", "-framework CoreAudio")
|
LibName("OPENAL", "-framework CoreAudio")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user