mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix issue with openal mac os x compile
This commit is contained in:
committed by
Perttu Ahola
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>
|
||||
|
Reference in New Issue
Block a user