diff --git a/build-cross.sh b/build-cross.sh index d6a7694..8c5b3b9 100755 --- a/build-cross.sh +++ b/build-cross.sh @@ -32,7 +32,7 @@ build () echo ' }') > ${tarball}.json )} -tgt=osx pfx=x86_64-apple-darwin14 exe="" AHOST="x86_64-apple-darwin" build +tgt=osx pfx=x86_64-apple-darwin15 exe="" AHOST="x86_64-apple-darwin" build tgt=windows pfx=x86_64-w64-mingw32 exe=".exe" AHOST="x86_64-mingw32" build tgt=windows pfx=i686-w64-mingw32 exe=".exe" AHOST="i686-mingw32" build tgt=linux pfx=arm-linux-gnueabihf exe="" AHOST="arm-linux-gnueabihf" build