Skip to content

Commit bd311f9

Browse files
author
Karim Alweheshy
committed
copy lib to be the correct name
1 parent 7589498 commit bd311f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcodeproj/internal/bazel_integration_files/copy_outputs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ "$ACTION" != indexbuild ]]; then
2828
if [[ -f "$BAZEL_OUTPUTS_PRODUCT_BASENAME" ]]; then
2929
# Product is a binary, so symlink instead of rsync, to allow for Bazel-set
3030
# rpaths to work
31-
ln -sfh "$PWD/$BAZEL_OUTPUTS_PRODUCT_BASENAME" "$TARGET_BUILD_DIR/$PRODUCT_NAME"
31+
ln -sfh "$PWD/$BAZEL_OUTPUTS_PRODUCT_BASENAME" "$TARGET_BUILD_DIR/lib$PRODUCT_NAME.a"
3232
else
3333
# Product is a bundle
3434
rsync \

0 commit comments

Comments
 (0)