aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/pcre.BUILD
diff options
context:
space:
mode:
authorGravatar Dandelion Man? <dandelion@google.com>2017-12-15 18:15:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-15 18:19:09 -0800
commit90e42f3ac8c43474633136af4242dca04b6a1e09 (patch)
tree64dbb44252c89c847bee86db07cea5aa94072e7c /third_party/pcre.BUILD
parent713d45278491d792c525344de6038a61ebcb2136 (diff)
Automated g4 rollback of changelist 179260538
PiperOrigin-RevId: 179263865
Diffstat (limited to 'third_party/pcre.BUILD')
-rw-r--r--third_party/pcre.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/pcre.BUILD b/third_party/pcre.BUILD
index 68aadd1d40..e2cdec4029 100644
--- a/third_party/pcre.BUILD
+++ b/third_party/pcre.BUILD
@@ -50,12 +50,12 @@ cc_library(
"-DNEWLINE=10",
"-DNO_RECURSE",
"-DPARENS_NEST_LIMIT=50",
- "-DPCRE_STATIC=1",
"-DPOSIX_MALLOC_THRESHOLD=10",
"-DSTDC_HEADERS=1",
"-DSUPPORT_UCP",
"-DSUPPORT_UTF",
],
+ defines = ["PCRE_STATIC=1"],
includes = ["."],
visibility = ["@swig//:__pkg__"], # Please use RE2
alwayslink = 1,