summaryrefslogtreecommitdiff
path: root/etc/import/deps/http-parser/TARGETS.git2
blob: 62ecee4ff095e00132593eae300e8c706e266c95 (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"]
  , "local cflags":
    { "type": "case"
    , "expr": {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"}
    , "case": {"gnu": ["-Wimplicit-fallthrough=1"]}
    }
  }
}