Skip to content

Commit

Permalink
add commented link to remove -undefined dynamic_lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 4, 2011
1 parent 9fbf163 commit 156b443
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wscript
Expand Up @@ -190,7 +190,9 @@ def build(bld):
Options.options.jobs = jobs;
obj = bld.new_task_gen("cxx", "shlib", "node_addon", install_path=None)
obj.cxxflags = ["-O3", "-g", "-D_FILE_OFFSET_BITS=64", "-D_LARGEFILE_SOURCE"]
#obj.linkflags = ['']
# uncomment the next line to remove '-undefined dynamic_lookup'
# in order to review linker errors (v8, libev/eio references can be ignored)
#obj.env['LINKFLAGS_MACBUNDLE'] = ['-bundle']
obj.target = TARGET
obj.source = ["src/node_mapnik.cpp",
"src/mapnik_map.cpp",
Expand Down

0 comments on commit 156b443

Please sign in to comment.