1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{ "git2_http_parser":
{ "type": ["@", "rules", "CC", "library"]
, "arguments_config": ["TOOLCHAIN_CONFIG"]
, "name": ["git2_http_parser"]
, "pure C": ["yes"]
, "srcs": ["http_parser.c"]
, "hdrs": ["http_parser.h"]
, "private-cflags":
{ "type": "case"
, "expr":
{ "type": "lookup"
, "map":
{ "type": "var"
, "name": "TOOLCHAIN_CONFIG"
, "default": {"type": "empty_map"}
}
, "key": "FAMILY"
, "default": "unknown"
}
, "case": {"gnu": ["-Wimplicit-fallthrough=1"]}
}
}
}
|