mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix #1619
This commit is contained in:
2
setup.py
2
setup.py
@@ -111,7 +111,7 @@ def cc_version():
|
||||
|
||||
def get_python_flags(cflags):
|
||||
cflags.extend(
|
||||
'-I' + sysconfig.get_path(x) for x in 'include platinclude'.split()
|
||||
frozenset('-I' + sysconfig.get_path(x) for x in sysconfig.get_path_names())
|
||||
)
|
||||
libs = []
|
||||
libs += sysconfig.get_config_var('LIBS').split()
|
||||
|
||||
Reference in New Issue
Block a user