Skip to content

Commit

Permalink
Fixed an (ironic) bug with the debug option :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoyon committed Feb 5, 2006
1 parent 0aac110 commit ecd1f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -37,7 +37,7 @@ opts.Add(PathOption('PGSQL_LIBS', 'Search path for PostgreSQL library files', '/
opts.Add(PathOption('PYTHON','Python executable', sys.executable))
opts.Add(ListOption('INPUT_PLUGINS','Input drivers to include','all',['postgis','shape','raster']))
opts.Add(ListOption('BINDINGS','Language bindings to build','all',['python']))
opts.Add(ListOption('DEBUG', 'Compile a debug version of mapnik', 'no', ['no', 'yes']))
opts.Add('DEBUG', 'Compile a debug version of mapnik', '')

env = Environment(ENV=os.environ, options=opts)

Expand Down

0 comments on commit ecd1f27

Please sign in to comment.