]> git.saurik.com Git - apple/libsystem.git/blobdiff - xcodescripts/create_dylib_symlinks.sh
Libsystem-1281.tar.gz
[apple/libsystem.git] / xcodescripts / create_dylib_symlinks.sh
index bb012caebd48d75c97fbe29f8bf74fd3a0ba4194..c7d87e2a6c888ba77562acfae5aae804ed8551ee 100755 (executable)
@@ -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"