From e1aef4c3d4d7d6dae44cd64016f02ebb155796e3 Mon Sep 17 00:00:00 2001 From: hgn Date: Mon, 31 Oct 2022 21:58:40 +0000 Subject: [PATCH 1/1] build commands --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index eb741bf..aa844ca 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ # Compiler Presets # ============================================================================== -_linux_compiler="clang -std=c99 -D_REENTRANT" +_linux_compiler="clang -std=gnu99 -D_REENTRANT" _linux_linkgraphics="-lGL -lglfw3 -lX11 -lXxf86vm -lXrandr -lm -pthread -lXi -ldl" _linux_asan="-fsanitize=address" _linux_linksteam="-lsteam_api" @@ -213,7 +213,7 @@ vg_command(){ mkdir -p ./bin/content/sound cp ./models_src/* ./bin/content/models/ - #cp ./sound_src/* ./bin/content/sound/ + cp ./sound_src/* ./bin/content/sound/ ;; all) -- 2.25.1