Skip to content

Commit eb03b83

Browse files
committed
put our own versions at the front
1 parent b31c71b commit eb03b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/pcre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def pcreFilter(x):
2525
def configure( env , fileLists , options ):
2626
#fileLists = { "serverOnlyFiles" : [] }
2727

28-
env.Append( CPPPATH=["./third_party/pcre-7.4/"] )
28+
env.Prepend( CPPPATH=["./third_party/pcre-7.4/"] )
2929

3030
myenv = env.Clone()
3131
myenv.Append( CPPDEFINES=["HAVE_CONFIG_H"] )

0 commit comments

Comments
 (0)