Merge pull request #183 from PokeMMO/upstream/package-fix

Fix package.sh trying to include a deleted file.
This commit is contained in:
Thomas Pöchtrager 2019-05-28 14:43:00 +02:00 committed by GitHub
commit 9498bfdc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@ else
cp -r $BASEDIR/target/* .
cp $BASEDIR/build/cctools*/cctools/APPLE_LICENSE CCTOOLS.LICENSE
cp $BASEDIR/oclang/find_intrinsic_headers.sh bin/osxcross-fix-intrinsic-headers
READMEINSTALL="README_INSTALL"