diff --git a/build.sh b/build.sh index 26a4f4b..13674d2 100755 --- a/build.sh +++ b/build.sh @@ -1,12 +1,5 @@ #!/bin/bash -echo "Here!" - -export PATH=/home/jryland/CrossCompilers/osxcross/target/bin - -echo "Here!!" - +export PATH=/home/jryland/CrossCompilers/osxcross/target/bin:$PATH make -echo "Here!!!" -