summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/asm.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine/asm.json')
-rw-r--r--src/CommandLine/asm.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/asm.json b/src/CommandLine/asm.json
index 66102d2..7107c4b 100644
--- a/src/CommandLine/asm.json
+++ b/src/CommandLine/asm.json
@@ -1,7 +1,7 @@
{
"compiler_path": "clang++",
"compiler_std": "c++20",
- "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"],
+ "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"],
"sources_path": ["asm.cc"],
"output_name": "asm",
"compiler_flags": ["-L/usr/lib", "-lCompilerKit"],