mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Support x86_64 platform in makefile-engine
This commit is contained in:
parent
c7087c9183
commit
c7e76f70bc
@ -148,7 +148,7 @@ VPATH :=
|
||||
VPATH += $(addprefix :, $(subst ,:, $(filter-out $($(subst, :, ,$(VPATH))), $(SRC_PATHS))))
|
||||
|
||||
# SETTING: build the local and system include paths, compose C++ libs
|
||||
ifeq ($(CPU), x86)
|
||||
ifneq (,$(filter $(CPU),x86 x86_64))
|
||||
LOC_INCLUDES = $(foreach path, $(SRC_PATHS) $(LOCAL_INCLUDE_PATHS), $(addprefix -I, $(path)))
|
||||
ifeq ($(CC_VER), 2)
|
||||
INCLUDES = $(LOC_INCLUDES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user