[3/6] ccache: Use the correct header files from the toolchain

Message ID 20230130121520.4038402-4-michael.tremer@ipfire.org
State Accepted
Commit 8bab1df2e991fc303de068846a43efdaabb8fb8a
Headers
Series [1/6] binutils: Update to 2.40 |

Commit Message

Michael Tremer Jan. 30, 2023, 12:15 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/ccache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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