From 8c5a5e17484c92f286a26fca45b6db4bddde1f3b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 27 Sep 2024 14:55:15 +0200 Subject: toolchains: move python to shell defaults ... and drop unneeded duplication as well as wrong expansion variables in "PATH" fields. --- toolchains/CC/foreign/cmake.TARGETS | 1 - 1 file changed, 1 deletion(-) (limited to 'toolchains/CC/foreign/cmake.TARGETS') diff --git a/toolchains/CC/foreign/cmake.TARGETS b/toolchains/CC/foreign/cmake.TARGETS index 4436416..78f3436 100644 --- a/toolchains/CC/foreign/cmake.TARGETS +++ b/toolchains/CC/foreign/cmake.TARGETS @@ -8,7 +8,6 @@ { "type": ["@", "rules", "CC/foreign", "defaults"] , "CMAKE": ["cmake/bin/cmake"] , "toolchain": ["staged-cmake"] - , "PATH": ["$(TOOLCHAIN)/cmake/bin"] } , "staged-cmake": {"type": "install", "dirs": [[["", "toolchain"], "cmake"]]} } -- cgit v1.2.3