mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when
building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org.
This commit is contained in:
parent
cfac073bbe
commit
95aaafafb3
@ -115,6 +115,13 @@ endif # WINNT
|
||||
ifeq ($(OS_ARCH),OpenVMS)
|
||||
DEFAULT_GMAKE_FLAGS += XCFLAGS="$(OS_CFLAGS)"
|
||||
endif
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
# Make nsinstall use absolute symlinks by default when building NSS
|
||||
# for Mozilla on Mac OS X. (Bugzilla bug 193164)
|
||||
ifndef NSDISTMODE
|
||||
DEFAULT_GMAKE_FLAGS += NSDISTMODE=absolute_symlink
|
||||
endif
|
||||
endif
|
||||
ifdef CROSS_COMPILE
|
||||
DEFAULT_GMAKE_FLAGS += \
|
||||
NSINSTALL="$(NSINSTALL)" \
|
||||
|
Loading…
Reference in New Issue
Block a user