summaryrefslogtreecommitdiffhomepage
path: root/projects/scripts/linux-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/scripts/linux-build.sh')
-rwxr-xr-xprojects/scripts/linux-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/scripts/linux-build.sh b/projects/scripts/linux-build.sh
index 851ea1a5..abbe0e47 100755
--- a/projects/scripts/linux-build.sh
+++ b/projects/scripts/linux-build.sh
@@ -114,7 +114,7 @@ if [ ! -d "$TEMP_DIR" ]; then
mkdir -p $TEMP_DIR
cd $TEMP_DIR
RAYLIB_DEFINES="-D_DEFAULT_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33"
- RAYLIB_C_FILES="$RAYLIB_SRC/core.c $RAYLIB_SRC/shapes.c $RAYLIB_SRC/textures.c $RAYLIB_SRC/text.c $RAYLIB_SRC/models.c $RAYLIB_SRC/utils.c $RAYLIB_SRC/audio.c $RAYLIB_SRC/rglfw.c $RAYLIB_SRC/external/mini_al.c"
+ RAYLIB_C_FILES="$RAYLIB_SRC/core.c $RAYLIB_SRC/shapes.c $RAYLIB_SRC/textures.c $RAYLIB_SRC/text.c $RAYLIB_SRC/models.c $RAYLIB_SRC/utils.c $RAYLIB_SRC/raudio.c $RAYLIB_SRC/rglfw.c $RAYLIB_SRC/external/mini_al.c"
RAYLIB_INCLUDE_FLAGS="-I$RAYLIB_SRC -I$RAYLIB_SRC/external/glfw/include"
if [ -n "$REALLY_QUIET" ]; then