X-Git-Url: https://git.saurik.com/apple/libsystem.git/blobdiff_plain/421cd580d1e66f4162a4379201d62491d877aeb6..b8ce8438e396d058b3c96637b4c40dc55515224f:/xcodescripts/create_dylib_symlinks.sh?ds=sidebyside diff --git a/xcodescripts/create_dylib_symlinks.sh b/xcodescripts/create_dylib_symlinks.sh index bb012ca..c7d87e2 100755 --- a/xcodescripts/create_dylib_symlinks.sh +++ b/xcodescripts/create_dylib_symlinks.sh @@ -5,6 +5,8 @@ if [ $# -ne 3 ]; then exit 1 fi +if [[ "${DRIVERKIT}" == "1" ]]; then exit 0; fi; # No compatibility symlinks in DriverKit SDK + DSTROOT="$1${INSTALL_PATH_PREFIX}" ACTION="$2" VARIANTS="$3"