mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fix packaging of cross-compiled builds by using proper $(STRIP)
This commit is contained in:
parent
7004fc6e76
commit
5f39dcff13
@ -113,7 +113,7 @@ endif
|
||||
! -name "*.tbl" \
|
||||
! -name "*.src" \
|
||||
! -name "*.reg" \
|
||||
-exec strip $(STRIP_FLAGS) {} >/dev/null 2>&1 \;
|
||||
-exec $(STRIP) $(STRIP_FLAGS) {} >/dev/null 2>&1 \;
|
||||
ifeq ($(MOZ_PKG_FORMAT),TGZ)
|
||||
cd $(DIST); tar -cvhf - package | gzip -vf9 > $@
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user