diff options
author | Luca Sas <sas.luca.alex@gmail.com> | 2021-08-23 00:05:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 00:05:31 +0100 |
commit | d227d3c609c4b95fa9c8a0ba5a10e7c47bcb984c (patch) | |
tree | 20aeab4c18d76c344e2ce1f16913b39c447659b1 /libs/raylib/src/external/stb_vorbis.h | |
parent | eebaddf29efad9bc7b82d8745d839931f08ef887 (diff) | |
parent | 3a1d97f556bc4c5384799ac121640984b590c05c (diff) | |
download | gamejam-slgj-2024-d227d3c609c4b95fa9c8a0ba5a10e7c47bcb984c.tar.gz gamejam-slgj-2024-d227d3c609c4b95fa9c8a0ba5a10e7c47bcb984c.tar.bz2 gamejam-slgj-2024-d227d3c609c4b95fa9c8a0ba5a10e7c47bcb984c.zip |
Merge pull request #4 from thclmnt/master
Updated to raylib 3.7
Diffstat (limited to 'libs/raylib/src/external/stb_vorbis.h')
-rw-r--r-- | libs/raylib/src/external/stb_vorbis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/raylib/src/external/stb_vorbis.h b/libs/raylib/src/external/stb_vorbis.h index 90f3b06..c9ee5cc 100644 --- a/libs/raylib/src/external/stb_vorbis.h +++ b/libs/raylib/src/external/stb_vorbis.h @@ -570,7 +570,7 @@ enum STBVorbisError #if defined(_MSC_VER) || defined(__MINGW32__) #include <malloc.h> #endif - #if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__) + #if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__) || defined(__APPLE__) #include <alloca.h> #endif #else // STB_VORBIS_NO_CRT |