mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix install step for LV2 plugins in Xcode
This commit is contained in:
parent
7d9cdd3016
commit
2cc3c3117d
1 changed files with 1 additions and 1 deletions
|
|
@ -2364,7 +2364,7 @@ private:
|
|||
|
||||
script << R"(if [ "$CONFIGURATION" = ")" << config->getName() << "\" ]; then\n"
|
||||
"mkdir -p \"" << destination << "\"\n"
|
||||
"/bin/ln -sfh \"$CONFIGURATION_BUILD_DIR/$FULL_PRODUCT_NAME\" \"" << destination << "\"\n"
|
||||
"/bin/ln -sfh \"$CONFIGURATION_BUILD_DIR\" \"" << destination << "\"\n"
|
||||
"fi\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue