Skip to content

Commit

Permalink
Projucer: Fix install step for LV2 plugins in Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
reuk committed Aug 30, 2023
1 parent 7d9cdd3 commit 2cc3c31
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2364,7 +2364,7 @@ class XcodeProjectExporter : public ProjectExporter

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";
}
}
Expand Down

0 comments on commit 2cc3c31

Please sign in to comment.