From: Michael Tremer Date: Mon, 30 Jan 2023 12:15:17 +0000 (+0000) Subject: ccache: Use the correct header files from the toolchain X-Git-Tag: v2.27-core174~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bab1df2e991fc303de068846a43efdaabb8fb8a;p=ipfire-2.x.git ccache: Use the correct header files from the toolchain Signed-off-by: Michael Tremer --- diff --git a/lfs/ccache b/lfs/ccache index 179910a23c..6fef8c685f 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -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