X-Git-Url: https://git.saurik.com/apple/libpthread.git/blobdiff_plain/235d2f0e8fa84839307390481219c77389440e1b..c6e5f90c4dd303939f631da331df7b356da942e6:/xcodescripts/install-symlinks.sh diff --git a/xcodescripts/install-symlinks.sh b/xcodescripts/install-symlinks.sh index cc4fb2c..e2b1058 100644 --- a/xcodescripts/install-symlinks.sh +++ b/xcodescripts/install-symlinks.sh @@ -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"