We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7589498 commit bd311f9Copy full SHA for bd311f9
xcodeproj/internal/bazel_integration_files/copy_outputs.sh
@@ -28,7 +28,7 @@ if [[ "$ACTION" != indexbuild ]]; then
28
if [[ -f "$BAZEL_OUTPUTS_PRODUCT_BASENAME" ]]; then
29
# Product is a binary, so symlink instead of rsync, to allow for Bazel-set
30
# rpaths to work
31
- ln -sfh "$PWD/$BAZEL_OUTPUTS_PRODUCT_BASENAME" "$TARGET_BUILD_DIR/$PRODUCT_NAME"
+ ln -sfh "$PWD/$BAZEL_OUTPUTS_PRODUCT_BASENAME" "$TARGET_BUILD_DIR/lib$PRODUCT_NAME.a"
32
else
33
# Product is a bundle
34
rsync \
0 commit comments