Only force the use of absolute symlinks on Darwin when building Mozilla.
Bug #193164 r=wtc
This commit is contained in:
Родитель
e3684c4c33
Коммит
eace838ad1
|
@ -48,6 +48,12 @@ DIRS = config pr lib
|
|||
ifdef MOZILLA_CLIENT
|
||||
PR_CLIENT_BUILD = 1
|
||||
PR_CLIENT_BUILD_UNIX = 1
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
ifndef NSDISTMODE
|
||||
NSDISTMODE=absolute_symlink
|
||||
export NSDISTMODE
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
DIST_GARBAGE = config.cache config.log config.status
|
||||
|
|
|
@ -77,9 +77,6 @@ endef
|
|||
LINK_DLL = $(LD) $(OS_DLLFLAGS) $(DLLFLAGS)
|
||||
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
ifndef NSDISTMODE
|
||||
NSDISTMODE=absolute_symlink
|
||||
endif
|
||||
PWD := $(shell pwd)
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче