12 lines
330 B
Diff
Raw Normal View History

--- SConstruct 2013-10-30 17:18:51.160645496 -0400
+++ new 2013-10-30 17:22:18.790072856 -0400
@@ -78,7 +78,7 @@
env['DIST_ARCHIVE_SUFFIX'] = '.tgz'
2011-05-11 11:41:08 -05:00
if nix:
- env.Append(CCFLAGS=["-O3", "-pthread"])
+ env.Append(CCFLAGS=["-I../pcre", "-fPIC", "-O3", "-pthread"])
2011-05-11 11:41:08 -05:00
if linux:
env.Append(LINKFLAGS=["-pthread"])