From fb797d77353876cb6170ec949721d212c8ad3e47 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Nov 2017 07:07:53 +0530 Subject: [PATCH] ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e118494b1..913fc0483 100755 --- a/setup.py +++ b/setup.py @@ -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]