mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 07:14:45 +02:00
remove the copts, that's unusual
This commit is contained in:
@@ -22,10 +22,6 @@ cc_library(
|
|||||||
"include/json/version.h",
|
"include/json/version.h",
|
||||||
"include/json/writer.h",
|
"include/json/writer.h",
|
||||||
],
|
],
|
||||||
copts = [
|
|
||||||
"-DJSON_USE_EXCEPTION=1",
|
|
||||||
"-DJSON_HAS_INT64",
|
|
||||||
],
|
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [":private"],
|
deps = [":private"],
|
||||||
|
Reference in New Issue
Block a user