diff options
author | talha <sarcxd@gmail.com> | 2025-01-16 14:12:10 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-01-16 14:12:10 +0500 |
commit | 3d80d3547c181968643212aecec89485bbf8aaf8 (patch) | |
tree | 8d507261b38d6b56b0345342c7387725f3a95926 /build.sh | |
parent | ffa49fe7132945569f610a0096491ef14927ea54 (diff) |
updating build.sh command
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ build_opts="$build_dir/main" lib_path="libs/SDL2 libs/freetype/libfreetype.so" link_opts="-L $lib_path -lSDL2" -build_command="clang++ -std=c++11 -g -O0 $include_opts $files $link_opts -o $build_opts" +build_command="clang++ -std=c++11 -g -O0 $include_opts $files $link_opts -o $build_opts" printf "Building Project...\n" printf "$build_command\n\n" |