Skip to content

Commit

Permalink
fixup build scripts a bit more even /sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 21, 2010
1 parent 48816b2 commit af6cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -22,7 +22,7 @@ env['CPPPATH'] = ['/usr/local/include','/usr/local/Cellar/icu4c/4.3.1/include/']
env['LIBPATH'] = ['/usr/local/lib','/usr/local/Cellar/icu4c/4.3.1/lib/']

# add freetype paths
env.ParseConfig('freetype-config --libs --cppflags')
env.ParseConfig('freetype-config --libs --cflags')

if mapnik == 'mapnik2':
pass#env.ParseConfig('mapnik-config --libs --cppflags')
Expand Down

0 comments on commit af6cbbd

Please sign in to comment.