mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
Fix issue with openal mac os x compile
This commit is contained in:
parent
5194505407
commit
7a14171be4
@ -30,7 +30,7 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
|
||||
#elif defined(__APPLE__)
|
||||
#include <OpenAL/al.h>
|
||||
#include <OpenAL/alc.h>
|
||||
#include <OpenAL/alext.h>
|
||||
//#include <OpenAL/alext.h>
|
||||
#else
|
||||
#include <AL/al.h>
|
||||
#include <AL/alc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user