Changeset 1209

Show
Ignore:
Timestamp:
07/07/09 19:23:07 (14 months ago)
Author:
dane
Message:

make the full path explicit in the libmapnik.dylib 'install_name' (on osx) closes #374

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1201 r1209  
    168168    BoolVariable('FRAMEWORK_PYTHON', 'Link against Framework Python on Mac OS X', 'True'), 
    169169    PathVariable('FRAMEWORK_SEARCH_PATH','Top framework search path on Mac OS X', '/'), 
    170     BoolVariable('FULL_LIB_PATH', 'Use the full path for the libmapnik.dylib "install_name" when linking on Mac OS X', 'False'), 
     170    BoolVariable('FULL_LIB_PATH', 'Use the full path for the libmapnik.dylib "install_name" when linking on Mac OS X', 'True'), 
    171171    ListVariable('BINDINGS','Language bindings to build','all',['python']), 
    172172    EnumVariable('THREADING','Set threading support','multi', ['multi','single']),