We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c71b commit eb03b83Copy full SHA for eb03b83
third_party/pcre.py
@@ -25,7 +25,7 @@ def pcreFilter(x):
25
def configure( env , fileLists , options ):
26
#fileLists = { "serverOnlyFiles" : [] }
27
28
- env.Append( CPPPATH=["./third_party/pcre-7.4/"] )
+ env.Prepend( CPPPATH=["./third_party/pcre-7.4/"] )
29
30
myenv = env.Clone()
31
myenv.Append( CPPDEFINES=["HAVE_CONFIG_H"] )
0 commit comments