Fix scons build
This commit is contained in:
parent
45568e8895
commit
2d03db8ef1
2 changed files with 3 additions and 0 deletions
|
@ -1879,6 +1879,7 @@ if not preconfigured:
|
|||
env.Prepend(CPPPATH = '#deps/mapbox/geometry/include')
|
||||
env.Prepend(CPPPATH = '#deps/mapbox/protozero/include')
|
||||
env.Prepend(CPPPATH = '#deps/mapbox/polylabel/include')
|
||||
env.Prepend(CPPPATH = '#plugins/input/base/include')
|
||||
# prepend deps dir for auxillary headers
|
||||
env.Prepend(CPPPATH = '#deps')
|
||||
|
||||
|
|
|
@ -87,6 +87,7 @@ if '-DHAVE_TIFF' in env['CPPDEFINES']:
|
|||
if '-DHAVE_WEBP' in env['CPPDEFINES']:
|
||||
lib_env['LIBS'].append('webp')
|
||||
enabled_imaging_libraries.append('webp_reader.cpp')
|
||||
enabled_imaging_libraries.append('webp_io.cpp')
|
||||
|
||||
if env['XMLPARSER'] == 'libxml2' and env['HAS_LIBXML2']:
|
||||
lib_env['LIBS'].append('xml2')
|
||||
|
@ -152,6 +153,7 @@ else: # unix, non-macos
|
|||
|
||||
source = Split(
|
||||
"""
|
||||
mapnik.cpp
|
||||
expression_grammar_x3.cpp
|
||||
fs.cpp
|
||||
request.cpp
|
||||
|
|
Loading…
Reference in a new issue