1
0
Fork 0
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:
reuk 2023-08-30 10:59:34 +01:00
parent 7d9cdd3016
commit 2cc3c3117d
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -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";
}
}