[SCons] Fix auto-update of fmt submodule

This commit is contained in:
Ray Speth 2016-07-05 14:25:28 -04:00
parent d4ddabc76c
commit 97e84aaf9b

View file

@ -749,7 +749,7 @@ if env['system_fmt'] in ('y', 'default'):
if env['system_fmt'] in ('n', 'default'):
env['system_fmt'] = False
print """INFO: Using private installation of fmt library."""
if not os.path.exists('ext/fmt/fmt/format.h'):
if not os.path.exists('ext/fmt/fmt/ostream.h'):
if not os.path.exists('.git'):
config_error('fmt is missing. Install source in ext/fmt.')