mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT
built on this platform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
691b3a195b
commit
9141f03322
@ -19,7 +19,7 @@ include $(LEVEL)/Makefile.config
|
||||
# rewritten to not depend on fork at which time they should be added back to
|
||||
# the list above.
|
||||
|
||||
ifneq ($(OS),Win32)
|
||||
ifeq ($(OS),Win32)
|
||||
PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS))
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user