summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit')
-rw-r--r--dev/ZBAKit/Modules/NetBoot/build.json2
-rw-r--r--dev/ZBAKit/Modules/SysChk/build.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBAKit/Modules/NetBoot/build.json b/dev/ZBAKit/Modules/NetBoot/build.json
index dfa39ac5..0f86ed86 100644
--- a/dev/ZBAKit/Modules/NetBoot/build.json
+++ b/dev/ZBAKit/Modules/NetBoot/build.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "../../", "../../../zka", "../../../", "./"],
+ "headers_path": ["../", "../../", "../../../ZKAKit", "../../../", "./"],
"sources_path": [".cc", "*.S"],
"output_name": "netboot.sys",
"compiler_flags": [
diff --git a/dev/ZBAKit/Modules/SysChk/build.json b/dev/ZBAKit/Modules/SysChk/build.json
index 299b0acf..524fc0ff 100644
--- a/dev/ZBAKit/Modules/SysChk/build.json
+++ b/dev/ZBAKit/Modules/SysChk/build.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "../../", "../../../zka", "../../../", "./"],
+ "headers_path": ["../", "../../", "../../../ZKAKit", "../../../", "./"],
"sources_path": ["*.cc", "*.S"],
"output_name": "syschk.sys",
"compiler_flags": [