mirror of
https://github.com/celisej567/abaddon.git
synced 2026-01-04 10:10:03 +03:00
Add MA_NO_RUNTIME_LINKING for macOS
This commit is contained in:
committed by
GitHub
parent
734ffc9f71
commit
418b158d47
@@ -1,4 +1,7 @@
|
||||
#ifdef WITH_MINIAUDIO
|
||||
#define MINIAUDIO_IMPLEMENTATION
|
||||
#ifdef __APPLE__
|
||||
#define MA_NO_RUNTIME_LINKING
|
||||
#endif
|
||||
#include <miniaudio.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user