Add MA_NO_RUNTIME_LINKING for macOS

This commit is contained in:
Morc - Richard Gráčik
2023-06-17 10:30:01 +02:00
committed by GitHub
parent 734ffc9f71
commit 418b158d47

View File

@@ -1,4 +1,7 @@
#ifdef WITH_MINIAUDIO
#define MINIAUDIO_IMPLEMENTATION
#ifdef __APPLE__
#define MA_NO_RUNTIME_LINKING
#endif
#include <miniaudio.h>
#endif