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 c5ca29f commit 62bbb3eCopy full SHA for 62bbb3e
make/common/NativeCompilation.gmk
@@ -530,7 +530,7 @@ define SetupNativeCompilation
530
# to be rebuilt properly.
531
$$($1_DEBUGINFO_ZIP): $$($1_DEBUGINFO_FILES) $$($1_TARGET)
532
$(CD) $$($1_OBJECT_DIR) \
533
- && $(ZIP) -q $$@ $$($1_DEBUGINFO_FILES)
+ && $(ZIP) -q $$@ $$(notdir $$($1_DEBUGINFO_FILES))
534
endif
535
else
536
ifneq ($$($1_STRIP_POLICY), no_strip)
0 commit comments