summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine')
-rw-r--r--src/CommandLine/asm.json2
-rw-r--r--src/CommandLine/cppdrv.json2
-rw-r--r--src/CommandLine/kdbg.json2
-rw-r--r--src/CommandLine/ld64.json2
4 files changed, 4 insertions, 4 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"],
diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/cppdrv.json
index 847be75..3fa222e 100644
--- a/src/CommandLine/cppdrv.json
+++ b/src/CommandLine/cppdrv.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": ["cppdrv.cc"],
"output_name": "cppdrv",
"compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"],
diff --git a/src/CommandLine/kdbg.json b/src/CommandLine/kdbg.json
index c04978d..8c36932 100644
--- a/src/CommandLine/kdbg.json
+++ b/src/CommandLine/kdbg.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": ["kdbg.cc"],
"output_name": "kdbg",
"compiler_flags": ["-L/usr/lib", "-lDebuggerKit"],
diff --git a/src/CommandLine/ld64.json b/src/CommandLine/ld64.json
index 9b0c52e..dff0720 100644
--- a/src/CommandLine/ld64.json
+++ b/src/CommandLine/ld64.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": ["ld64.cc"],
"output_name": "ld64",
"compiler_flags": ["-L/usr/lib", "-lCompilerKit"],