diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..2a88320 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export PATH=/home/jryland/CrossCompilers/osxcross/target/bin +make + +