From 215b42b073f5fd59e23ee23fe3e4edd0b725d8b5 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 17 Mar 2010 21:02:51 +0000 Subject: [PATCH] + use /mapnik2/ as LIB_DIR_NAME to be able have both mapnik + mapnik2 side by side --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 06863e244..68c01e5c5 100644 --- a/SConstruct +++ b/SConstruct @@ -282,7 +282,7 @@ opts.AddVariables( # Other variables BoolVariable('SHAPE_MEMORY_MAPPED_FILE', 'Utilize memory-mapped files in Shapefile Plugin (higher memory usage, better performance)', 'True'), ('SYSTEM_FONTS','Provide location for python bindings to register fonts (if given aborts installation of bundled DejaVu fonts)',''), - ('LIB_DIR_NAME','Name to use for the "lib" folder where fonts and plugins are installed','/mapnik/'), + ('LIB_DIR_NAME','Name to use for the "lib" folder where fonts and plugins are installed','/mapnik2/'), PathVariable('PYTHON','Full path to Python executable used to build bindings', sys.executable), BoolVariable('FRAMEWORK_PYTHON', 'Link against Framework Python on Mac OS X', 'True'), ('FRAMEWORK_SEARCH_PATH','Custom framework search path on Mac OS X', ''),