mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Begin adding vendor:miniaudio
This commit is contained in:
+8
-1
@@ -2,9 +2,16 @@
|
||||
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
rem build the .lib files already exist
|
||||
|
||||
if not exist "vendor\stb\lib\*.lib" (
|
||||
rem build the .lib fiels already exist
|
||||
pushd vendor\stb\src
|
||||
call build.bat
|
||||
popd
|
||||
)
|
||||
|
||||
if not exist "vendor\miniaudio\lib\*.lib" (
|
||||
pushd vendor\miniaudio\src
|
||||
call build.bat
|
||||
popd
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user