mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
r=cls OS/2 only - put call to grab nsinstall from toolsdir back Happy Mr. Pedemonte?
This commit is contained in:
parent
b9a7151515
commit
77a54c2125
@ -721,7 +721,7 @@ ifeq (,$(filter-out WINNT OS2, $(OS_ARCH)))
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
NSINSTALL = $(CYGWIN_WRAPPER) $(MOZ_TOOLS_DIR)/bin/nsinstall
|
||||
else
|
||||
NSINSTALL = nsinstall
|
||||
NSINSTALL = $(MOZ_TOOLS_DIR)/nsinstall
|
||||
endif
|
||||
INSTALL = $(NSINSTALL)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user