fix gmake static windows build
git-svn-id: svn://10.0.0.236/trunk@117132 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b8a0cf1313
commit
b9fe484572
@ -28,9 +28,11 @@ include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = base components browser
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
ifeq (,$(MOZ_STATIC_COMPONENT_LIBS))
|
||||
ifneq (,$(ENABLE_TESTS)$(MOZILLA_OFFICIAL))
|
||||
DIRS += tests
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user