From caa94612a906a49aa25fc342430f4fca43731e48 Mon Sep 17 00:00:00 2001 From: Talha Date: Sat, 14 Dec 2024 11:12:02 +0500 Subject: Added sdl_base (updated) to git --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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" -- cgit v1.2.3