Fix ifdef so that only tier-1 platforms are building the plugin sdk.
Fixing OS/2 tinderbox bustage. git-svn-id: svn://10.0.0.236/trunk@137144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user