summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
m---------dev/nekernel0
-rw-r--r--sbin/install.toml2
2 files changed, 1 insertions, 1 deletions
diff --git a/dev/nekernel b/dev/nekernel
-Subproject 569f42832bd573337cb2daab1b767994a0bc387
+Subproject 4fdc70b676fbed322ba09bc7fb886f3b87245ba
diff --git a/sbin/install.toml b/sbin/install.toml
index 05f5b1e..219da21 100644
--- a/sbin/install.toml
+++ b/sbin/install.toml
@@ -1,6 +1,6 @@
compiler_path = "clang++"
compiler_std = "c++20"
-headers_path = [ "lib" ]
+headers_path = [ "../lib/libocl/dev/", "/opt/homebrew/Cellar/boost/1.89.0/include" ]
sources_path = [ "install.cc" ]
output_name = "install.o"
compiler_flags = [ "-fPIC" ]