mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Fix #1619
This commit is contained in:
parent
9d8e6a2b30
commit
701942f6ef
1 changed files with 1 additions and 1 deletions
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue