mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #872 include path are not the same for openal on mac (patch by rti)
This commit is contained in:
parent
33abc6286c
commit
a01dba185d
1 changed files with 7 additions and 2 deletions
|
@ -35,8 +35,13 @@
|
|||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
||||
#ifdef NL_OS_MAC
|
||||
# include <al.h>
|
||||
# include <alc.h>
|
||||
#else
|
||||
# include <AL/al.h>
|
||||
# include <AL/alc.h>
|
||||
#endif
|
||||
|
||||
#include <nel/misc/common.h>
|
||||
#include <nel/misc/debug.h>
|
||||
|
|
Loading…
Reference in a new issue