changeset 2538:7232d978fc5c

Merge
author andrew
date Tue, 20 Apr 2021 19:34:10 +0100
parents e696d2f31c25 (current diff) dd18dcfb07ba (diff)
children c6b8dec8a676
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/NativeCompilation.gmk	Wed Mar 17 20:41:30 2021 +0000
+++ b/make/common/NativeCompilation.gmk	Tue Apr 20 19:34:10 2021 +0100
@@ -449,6 +449,8 @@
             $$($1_OUTPUT_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME) : $$($1_OBJECT_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
 		mkdir -p $$(@D)
 		$(CP) $$< $$@
+            $$($1_OUTPUT_DIR)/$$($1_NOSUFFIX).diz : $$($1_OBJECT_DIR)/$$($1_NOSUFFIX).diz
+		$(CP) $$< $$@
           else
             # The dependency on TARGET is needed on windows for debuginfo files
             # to be rebuilt properly.