Skip to content

Commit

Permalink
add pcre to link list explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Feb 15, 2012
1 parent be91e89 commit f31eda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third_party/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env.SConscript( [

if has_option( "use-system-pcre" ) or has_option( "use-system-all" ):
env.StaticLibrary( "pcrecpp", ['mongo_pcrecpp.cc'],
SYSLIBDEPS=[ 'pcrecpp' ] )
SYSLIBDEPS=[ 'pcre' , 'pcrecpp' ] )
else:
env.StaticLibrary( "pcrecpp", ['mongo_pcrecpp.cc'],
LIBDEPS=[ 'pcre-${PCRE_VERSION}/pcrecpp' ] )

0 comments on commit f31eda3

Please sign in to comment.