зеркало из https://github.com/mozilla/gecko-dev.git
Fix ifdef so that only tier-1 platforms are building the plugin sdk.
Fixing OS/2 tinderbox bustage.
This commit is contained in:
Родитель
f15ad098d1
Коммит
7e4a306fb3
|
@ -56,12 +56,10 @@ endif
|
|||
endif
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
ifeq (,$(filter WINNT Darwin Linux,$(OS_ARCH)))
|
||||
ifneq ($(OS_ARCH),BeOS)
|
||||
ifneq (,$(filter WINNT Darwin Linux,$(OS_ARCH)))
|
||||
DIRS += tools/sdk
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче