mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
don't prompt panic, use yellow warning color for optional skipped dependencies - closes #329
This commit is contained in:
parent
263674d3d9
commit
e2fd9c8329
@ -727,7 +727,7 @@ if not preconfigured:
|
||||
color_print(4,"Did not use user config file, no custom path variables will be saved...")
|
||||
|
||||
if env['SKIPPED_DEPS']:
|
||||
color_print(1,'\nHowever, these optional dependencies were not found:\n - %s' % '\n - '.join(env['SKIPPED_DEPS']))
|
||||
color_print(3,'\nNote: will build without these optional dependencies:\n - %s' % '\n - '.join(env['SKIPPED_DEPS']))
|
||||
print
|
||||
|
||||
# fetch the mapnik version header in order to set the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user