From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/6] ccache: Use the correct header files from the toolchain Date: Mon, 30 Jan 2023 12:15:17 +0000 Message-ID: <20230130121520.4038402-4-michael.tremer@ipfire.org> In-Reply-To: <20230130121520.4038402-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4156382855870748834==" List-Id: --===============4156382855870748834== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- lfs/ccache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/ccache b/lfs/ccache index 2fe2328e2..db1e4da31 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -74,7 +74,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 -- 2.30.2 --===============4156382855870748834==--