mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2025-04-09 02:10:43 +00:00
Fix Creating JavaScriptCore Symlink
This commit is contained in:
parent
c2ff328e96
commit
d6560db857
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user