summaryrefslogtreecommitdiff
path: root/etc/import/deps/http-parser/TARGETS.git2
blob: ad48f2c25665206847bcd08e79024adcd50c3074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "git2_http_parser":
  { "type": ["@", "rules", "CC", "library"]
  , "arguments_config": ["COMPILER_FAMILY"]
  , "name": ["git2_http_parser"]
  , "pure C": ["yes"]
  , "srcs": ["http_parser.c"]
  , "hdrs": ["http_parser.h"]
  , "private-cflags":
    { "type": "case"
    , "expr": {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"}
    , "case": {"gnu": ["-Wimplicit-fallthrough=1"]}
    }
  }
}