mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Projucer: Make Xcode copy step symlink to build result, rather than copying
This commit is contained in:
parent
21df860385
commit
60df98202e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ if [ -e "$JUCE_INSTALL_PATH$JUCE_PRODUCT_NAME" ]; then :
|
|||
rm -rf "$JUCE_INSTALL_PATH$JUCE_PRODUCT_NAME"
|
||||
fi
|
||||
mkdir -p "$JUCE_INSTALL_PATH"
|
||||
cp -r "$JUCE_SOURCE_BUNDLE" "$JUCE_INSTALL_PATH"
|
||||
ln -sfhv "$JUCE_SOURCE_BUNDLE" "$JUCE_INSTALL_PATH"
|
||||
)";
|
||||
|
||||
static constexpr const char* adhocCodeSignTemplate = R"(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue