Fix Creating JavaScriptCore Symlink

This commit is contained in:
Thomas A 2023-03-16 10:12:46 -07:00
parent c2ff328e96
commit d6560db857

View File

@ -14,7 +14,7 @@ cd "${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore"
if [[ -d JavaScriptCore ]]; then
rm -d JavaScriptCore
fi
/bin/ln -sf "${SRCROOT}" JavaScriptCore
/bin/ln -sf ../.. JavaScriptCore
export JavaScriptCore="JavaScriptCore"