summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/steps.cc (renamed from tools/StepsTool.cc)0
-rw-r--r--tools/steps.toml4
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/StepsTool.cc b/tools/steps.cc
index ccad634..ccad634 100644
--- a/tools/StepsTool.cc
+++ b/tools/steps.cc
diff --git a/tools/steps.toml b/tools/steps.toml
index 4d0de7c..8de64fc 100644
--- a/tools/steps.toml
+++ b/tools/steps.toml
@@ -1,8 +1,8 @@
compiler_path = "clang++"
compiler_std = "c++20"
headers_path = [ "../lib", "../lib/libocl/dev/", "/opt/homebrew/Cellar/boost/1.89.0/include" ]
-sources_path = [ "StepsTool.cc" ]
-output_name = "steps.o"
+sources_path = [ "steps.cc" ]
+output_name = "steps-sysroot"
compiler_flags = [ "-fPIC" ]
cpp_macros = [ "__NE_STEPS__" ]
run_after_build = false