X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;fp=build.sh;h=fb8efffc8663b1f5d87799269a2e472471039396;hb=c4e640773aac3e864dc45b86f22ee21715119a7d;hp=cea0e94e1facfe6f20b8523a9b4fa59af47a5f05;hpb=1b1332c5be3ffc9a4f59d95d0f087d3a92e3b135;p=fishladder.git diff --git a/build.sh b/build.sh index cea0e94..fb8efff 100755 --- a/build.sh +++ b/build.sh @@ -53,6 +53,7 @@ if [ "$compile_tools" = true ]; then echo "Building tools" mkdir tools -p gcc -Wall -Wstrict-aliasing=3 $lib $flags mdlcomp.c gl/glad.c -o tools/mdlcomp $libs -Wl,-rpath=./ $defines + gcc -Wall -Wstrict-aliasing=3 $lib $flags fontcomp.c gl/glad.c -o tools/fontcomp $libs -Wl,-rpath=./ $defines fi # Resources