mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
config change for static release builds, only affects "official" and "static"
windows builds. since there is no regxpcom generated or needed for static builds, don't run it. r=cathleen, no bug.
This commit is contained in:
parent
0f5aebefbc
commit
4c0c1e4d98
@ -183,9 +183,11 @@ splitsymbols:
|
||||
|
||||
componentreg:
|
||||
!if defined(MOZILLA_OFFICIAL)
|
||||
!if !defined(MOZ_STATIC_COMPONENT_LIBS)
|
||||
cd $(DIST)\bin
|
||||
regxpcom.exe
|
||||
!endif
|
||||
!endif
|
||||
|
||||
install:: regchrome rebase splitsymbols componentreg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user