changed MAPNIK_ROOT to MAPNIK_DIR
This commit is contained in:
parent
5c5a7ce942
commit
345148937d
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ extension mapnik
|
|||
# requirements and dependencies for Boost.Python extensions
|
||||
<template>@boost/libs/python/build/extension
|
||||
: # path to mapnik include dir e.g.
|
||||
<include>$(MAPNIK_ROOT)/include
|
||||
<include>$(MAPNIK_DIR)/include
|
||||
# path to libmapnik.so e.g.
|
||||
<library-file>$(MAPNIK_ROOT)/lib/libmapnik.so
|
||||
<library-file>$(MAPNIK_DIR)/lib/libmapnik.so
|
||||
;
|
||||
|
|
|
@ -2,4 +2,4 @@ path-global BOOST_ROOT : /opt/boost ;
|
|||
PYTHON_VERSION = 2.4 ;
|
||||
PYTHON_ROOT = /opt/python ;
|
||||
project boost : $(BOOST_ROOT) ;
|
||||
path-global MAPNIK_ROOT : /opt/mapnik ;
|
||||
path-global MAPNIK_DIR : /opt/mapnik ;
|
||||
|
|
Loading…
Reference in a new issue