...
This commit is contained in:
parent
982a9320c5
commit
fb797d7735
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue