mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 08:01:58 +02:00
...
This commit is contained in:
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]
|
||||
|
||||
Reference in New Issue
Block a user