mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fixing BeOS bustage
This commit is contained in:
parent
7f77163102
commit
d05b2492c9
@ -57,9 +57,11 @@ endif
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
ifeq (,$(filter WINNT Darwin Linux,$(OS_ARCH)))
|
||||
ifneq ($(OS_ARCH),BeOS)
|
||||
DIRS += tools/sdk
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user