build commands
authorhgn <hgodden00@gmail.com>
Mon, 31 Oct 2022 21:58:40 +0000 (21:58 +0000)
committerhgn <hgodden00@gmail.com>
Mon, 31 Oct 2022 21:58:40 +0000 (21:58 +0000)
build.sh

index eb741bfdba289a4dd1400616cb1aad027be955a5..aa844ca9b09294b2211e7cb70e023c67f150d397 100755 (executable)
--- 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)