summaryrefslogtreecommitdiff
path: root/src/third_party/pcre-8.39/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/pcre-8.39/SConscript')
-rw-r--r--src/third_party/pcre-8.39/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/pcre-8.39/SConscript b/src/third_party/pcre-8.39/SConscript
index e7b9a59a550..b14d2658b66 100644
--- a/src/third_party/pcre-8.39/SConscript
+++ b/src/third_party/pcre-8.39/SConscript
@@ -3,6 +3,7 @@
Import("env")
env = env.Clone()
+
env.Append( CPPDEFINES=[ "HAVE_CONFIG_H", ] )
def removeIfPresent(lst, item):