mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
(partial) mac compilation correction -
1) correct cmake to look to the included openal-soft, not the system framework. 2) (incorrect) stubb-ins for library to function table binds
This commit is contained in:
parent
47640420ca
commit
a5f2848b0d
3 changed files with 153 additions and 11 deletions
|
|
@ -28,8 +28,11 @@
|
|||
#endif
|
||||
|
||||
#if defined(TORQUE_OS_MAC)
|
||||
# include <OpenAL/al.h>
|
||||
# include <OpenAL/alc.h>
|
||||
# include <AL/al.h>
|
||||
# include <AL/alc.h>
|
||||
# include <AL/alext.h>
|
||||
# include <AL/efx.h>
|
||||
# include <AL/efx-presets.h>
|
||||
#elif defined(TORQUE_OS_LINUX)
|
||||
# include <AL/al.h>
|
||||
# include <AL/alc.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue