correct bazel define (#1112)

This is required by map_builder_server_main.cc
master
gaschler 2018-04-25 13:56:34 +02:00 committed by GitHub
parent 3d2ca564b6
commit 0118531659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ cc_library(
"**/*.h",
]),
copts = ["-Wno-sign-compare"],
defines = ["USE_PROMETHEUS=1"],
includes = ["."],
deps = [
":cc_protos",