mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
scons: ensure optional imaging libaries are build if requested when cross compiling
This commit is contained in:
parent
7796ea65d6
commit
54d8fc81dd
@ -1338,6 +1338,8 @@ if not preconfigured:
|
||||
env['SKIPPED_DEPS'].append(libname)
|
||||
else:
|
||||
env.Append(CPPDEFINES = define)
|
||||
else:
|
||||
env.Append(CPPDEFINES = define)
|
||||
|
||||
env['REQUESTED_PLUGINS'] = [ driver.strip() for driver in Split(env['INPUT_PLUGINS'])]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user