This commit is contained in:
Kovid Goyal 2017-11-21 07:07:53 +05:30
parent 982a9320c5
commit fb797d7735
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -391,7 +391,7 @@ def compile_glfw(incremental, compilation_database, all_keys):
except SystemExit as err:
if module != 'wayland':
raise
print(err.message, file=sys.stderr)
print(err, file=sys.stderr)
print('Disabling building of wayland backend', file=sys.stderr)
continue
sources = [os.path.join('glfw', x) for x in genv.sources]