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