summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/fsck.hefs.json8
-rw-r--r--tools/mkfs.hefs.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/fsck.hefs.json b/tools/fsck.hefs.json
index d6ff4b0f..970665aa 100644
--- a/tools/fsck.hefs.json
+++ b/tools/fsck.hefs.json
@@ -1,5 +1,5 @@
{
- "compiler_path": "g++",
+ "compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": [
"../"
@@ -9,8 +9,8 @@
],
"output_name": "./dist/fsck.hefs",
"cpp_macros": [
- "kFSCKHEFSVersion=0x0100",
- "kFSCKHEFSVersionHighest=0x0100",
- "kFSCKHEFSVersionLowest=0x0100"
+ "kFsckHeFSVersion=0x0100",
+ "kFsckHeFSVersionHighest=0x0100",
+ "kFsckHeFSVersionLowest=0x0100"
]
} \ No newline at end of file
diff --git a/tools/mkfs.hefs.json b/tools/mkfs.hefs.json
index d29b7f73..542fa473 100644
--- a/tools/mkfs.hefs.json
+++ b/tools/mkfs.hefs.json
@@ -1,5 +1,5 @@
{
- "compiler_path": "g++",
+ "compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": [
"../"
@@ -9,8 +9,8 @@
],
"output_name": "./dist/mkfs.hefs",
"cpp_macros": [
- "kMKFSHEFSVersion=0x0100",
- "kMKFSHEFSVersionHighest=0x0100",
- "kMKFSHEFSVersionLowest=0x0100"
+ "kMkfsHeFSVersion=0x0100",
+ "kMkfsHeFSVersionHighest=0x0100",
+ "kMkfsHeFSVersionLowest=0x0100"
]
} \ No newline at end of file