]> git.saurik.com Git - apple/libpthread.git/blobdiff - xcodescripts/install-symlinks.sh
libpthread-416.100.3.tar.gz
[apple/libpthread.git] / xcodescripts / install-symlinks.sh
index cc4fb2c0aa0e084251bb6554ad0b448ecb0b4e59..e2b10589ee6e7bca943b7887377ef5386e90e42d 100644 (file)
@@ -27,6 +27,8 @@ if [ "$ACTION" = build ]; then exit 0; fi
 # Symlink old header locations.
 #
 
+DSTROOT="${DSTROOT}/${SDK_INSTALL_HEADERS_ROOT}"
+
 ln -sf "pthread/pthread.h" "$DSTROOT/usr/include/pthread.h"
 ln -sf "pthread/pthread_impl.h" "$DSTROOT/usr/include/pthread_impl.h"
 ln -sf "pthread/pthread_spis.h" "$DSTROOT/usr/include/pthread_spis.h"