From 2e74dfd96fb97b03bf44035d7a3864066af4ece8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 13:58:35 -0500 Subject: chore: Redesigned sysroot repository. Signed-off-by: Amlal El Mahrouss --- tools/steps.toml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tools/steps.toml (limited to 'tools/steps.toml') diff --git a/tools/steps.toml b/tools/steps.toml deleted file mode 100644 index 8de64fc..0000000 --- a/tools/steps.toml +++ /dev/null @@ -1,8 +0,0 @@ -compiler_path = "clang++" -compiler_std = "c++20" -headers_path = [ "../lib", "../lib/libocl/dev/", "/opt/homebrew/Cellar/boost/1.89.0/include" ] -sources_path = [ "steps.cc" ] -output_name = "steps-sysroot" -compiler_flags = [ "-fPIC" ] -cpp_macros = [ "__NE_STEPS__" ] -run_after_build = false -- cgit v1.2.3