Skip to content

Commit c5f96be

Browse files
zzambersjerboaa
authored andcommittedMay 24, 2022
8286989: Build failure on macOS after 8281814
Reviewed-by: sgehwolf
1 parent 7961755 commit c5f96be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/common/NativeCompilation.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ define SetupNativeCompilation
530530
# to be rebuilt properly.
531531
$$($1_DEBUGINFO_ZIP): $$($1_DEBUGINFO_FILES) $$($1_TARGET)
532532
$(CD) $$($1_OBJECT_DIR) \
533-
&& $(ZIP) -q $$@ $$(notdir $$($1_DEBUGINFO_FILES))
533+
&& $(ZIP) -q $$@ $$(subst $$($1_OBJECT_DIR)/,,$$($1_DEBUGINFO_FILES))
534534
endif
535535
else
536536
ifneq ($$($1_STRIP_POLICY), no_strip)

0 commit comments

Comments
 (0)