diff options
author | Talha <talha@talhaamir.xyz> | 2024-12-14 11:12:02 +0500 |
---|---|---|
committer | Talha <talha@talhaamir.xyz> | 2024-12-14 11:12:02 +0500 |
commit | caa94612a906a49aa25fc342430f4fca43731e48 (patch) | |
tree | 83f351c51ecef4813a94ba8267ec694d8ca81a5e /build.sh | |
parent | c30d924eb6352f76996e6523d04de152dd8f4e2e (diff) |
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |