]> Chaos Git - vn/FSNConverter-Linux.git/commitdiff
I highly doubt this will work anytime soon
authorchaoskagami <chaos.kagami@gmail.com>
Wed, 20 Aug 2014 16:47:20 +0000 (12:47 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Wed, 20 Aug 2014 16:47:20 +0000 (12:47 -0400)
build.sh

index a70a739861ca37d18f1cc5cc512a73ab059596f3..adc82980b0b70e37d88d9c820d973904e6e00108 100755 (executable)
--- 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