diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-07-21 22:42:22 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 22:42:22 -0600 |
| commit | a05988bd39dc3b2e4205ab901399534f3c922387 (patch) | |
| tree | d252bb1370b74246fa565bab104fec8915684b45 | |
| parent | 13814868ed0d057a3b6a1a37895f28a1f9782378 (diff) | |
Fixed switch compilation
| -rw-r--r-- | src/port/audio/HMAS.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/audio/HMAS.cpp b/src/port/audio/HMAS.cpp index 9d656a206..40f82384b 100644 --- a/src/port/audio/HMAS.cpp +++ b/src/port/audio/HMAS.cpp @@ -1,6 +1,7 @@ #include "HMAS.h" #define MINIAUDIO_IMPLEMENTATION +#define MA_NO_RUNTIME_LINKING #include "audio/miniaudio.h" #include <spdlog/spdlog.h> #include "port/Engine.h" |
