mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
fixing the makefile to build without having set WINOS explicitly
This commit is contained in:
parent
c5cebe0547
commit
cb16ec0aa3
@ -22,8 +22,10 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
DIRS=$(DIRS) nsinstall \
|
||||
!if "$(OS_TARGET)"=="WINNT" || "$(WINOS)"=="WINNT"
|
||||
!if "$(WINOS)"=="WINNT"
|
||||
nsztool \
|
||||
!endif
|
||||
setup \
|
||||
|
Loading…
x
Reference in New Issue
Block a user