ccache: Use the correct header files from the toolchain

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2023-01-30 12:15:17 +00:00
parent 32bbae10a0
commit 8bab1df2e9

View File

@@ -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