From 7dca936c5675792ffa4176bbdaebdda357bc6ab1 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Wed, 20 Aug 2014 12:47:20 -0400 Subject: [PATCH] I highly doubt this will work anytime soon --- build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5