From: chaoskagami Date: Wed, 20 Aug 2014 16:47:20 +0000 (-0400) Subject: I highly doubt this will work anytime soon X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=7dca936c5675792ffa4176bbdaebdda357bc6ab1;p=vn%2FFSNConverter-Linux.git I highly doubt this will work anytime soon --- diff --git a/build.sh b/build.sh index a70a739..adc8298 100755 --- a/build.sh +++ b/build.sh @@ -31,11 +31,9 @@ if [ "$F" == "build" ]; then rm -rf tmp - cd Tools/ - - cd ahx2wav + cd Tools/ahx2wav - gcc -lm -o ahx2wav ahx2wav.c getopt.c + gcc -L/usr/lib ahx2wav.c getopt.c -o ahx2wav -lm if [ ! -e ahx2wav ]; then exit 1