summaryrefslogtreecommitdiffhomepage
path: root/tools/fsck.hefs.json
blob: 970665aa007cd7aca10a084c203918cf0b0b64ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "compiler_path": "clang++",
    "compiler_std": "c++20",
    "headers_path": [
        "../"
    ],
    "sources_path": [
        "fsck.hefs.cc"
    ],
    "output_name": "./dist/fsck.hefs",
    "cpp_macros": [
        "kFsckHeFSVersion=0x0100",
        "kFsckHeFSVersionHighest=0x0100",
        "kFsckHeFSVersionLowest=0x0100"
    ]
}