mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
ccache: Use the correct header files from the toolchain
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && mkdir -pv build
|
||||
cd $(DIR_APP)/build && cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=$(TOOLS_DIR) \
|
||||
-DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES=$(TOOLS_DIR)/include \
|
||||
-DCMAKE_INCLUDE_PATH=$(TOOLS_DIR)/include \
|
||||
..
|
||||
cd $(DIR_APP)/build && make $(MAKETUNING) VERBOSE=1
|
||||
cd $(DIR_APP)/build && make install
|
||||
|
||||
Reference in New Issue
Block a user