mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Accepting symlinked tarballs in build.sh
This does not require copying or moving the SDK file in there, and the SDK can not be deleted by accident.
This commit is contained in:
parent
f8b828176d
commit
dc75a88689
2
build.sh
2
build.sh
@ -13,7 +13,7 @@ function guess_sdk_version()
|
||||
file=
|
||||
sdk=
|
||||
guess_sdk_version_result=
|
||||
sdkcount=`find tarballs/ -type f | grep MacOSX | wc -l`
|
||||
sdkcount=`find -L tarballs/ -type f | grep MacOSX | wc -l`
|
||||
if [ $sdkcount -eq 0 ]; then
|
||||
echo no SDK found in 'tarballs/'. please see README.md
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user