From 2f008b17b673605abd2462ba937bb56c364bbaae Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 26 Dec 2012 00:00:14 +0100 Subject: [PATCH] Use just copied boost headers also for building on host This is to avoid potential bugs from using different boost versions for different builds. --- build/host/config.target | 1 + 1 file changed, 1 insertion(+) diff --git a/build/host/config.target b/build/host/config.target index f6ef70d8..5650458e 100644 --- a/build/host/config.target +++ b/build/host/config.target @@ -8,6 +8,7 @@ LN_HEADERS=y OMIT_KERNEL_PASSES=y CFLAGS = -O2 -g -Wall CXXFLAGS = -O2 -g -Wall -std=c++0x +INCLUDES += -I$(MAKERULES_DIR)/../../src/boost CONFIG_UOLED_TTY="/dev/null" IDL_COMPILER=$(USER_BIN_DIR)/orte-idl -- 2.39.2