summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorTalha <talha@talhaamir.xyz>2024-12-14 11:12:02 +0500
committerTalha <talha@talhaamir.xyz>2024-12-14 11:12:02 +0500
commitcaa94612a906a49aa25fc342430f4fca43731e48 (patch)
tree83f351c51ecef4813a94ba8267ec694d8ca81a5e /build.sh
parentc30d924eb6352f76996e6523d04de152dd8f4e2e (diff)
Added sdl_base (updated) to gitHEADmain
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a888b43..09ca0cd 100755
--- a/build.sh
+++ b/build.sh
@@ -11,7 +11,7 @@ include_opts="-I $include_path"
files="main.c $include_path/glad/glad.c"
build_opts="$build_dir/main"
-lib_path="lib/SDL2"
+lib_path="libs/SDL2"
link_opts="-L $lib_path -lSDL2"
build_command="g++ -g -Og $include_opts $files $link_opts -o $build_opts"