Skip to content

Commit

Permalink
Fix missing BAZEL_PACKAGE_BIN_DIR for non-Swift targets in incremen…
Browse files Browse the repository at this point in the history
…tal generstion mode (#3004)

Fixes #3000.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Apr 9, 2024
1 parent 015cff2 commit 69d672c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _cc_mergeable_info(*, id, mergeable_info):
ids = [(id, (mergeable_info.id,))],
module_name = mergeable_info.module_name,
non_arc_srcs = mergeable_info.inputs.non_arc_srcs,
package_bin_dir = EMPTY_STRING,
package_bin_dir = mergeable_info.package_bin_dir,
previews_dynamic_frameworks = EMPTY_LIST,
previews_include_path = EMPTY_STRING,
product_files = (mergeable_info.product_file,),
Expand Down

0 comments on commit 69d672c

Please sign in to comment.