mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 13:45:16 +00:00
...
This commit is contained in:
parent
f66dbf111d
commit
f4e82e972e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -557,7 +557,7 @@ def compile_c_extension(
|
|||
if is_special:
|
||||
src, defines_ = SPECIAL_SOURCES[src]
|
||||
if callable(defines_):
|
||||
defines = defines_()
|
||||
defines = defines_(kenv)
|
||||
cppflags.extend(map(define, defines))
|
||||
else:
|
||||
cppflags.extend(map(define, defines_))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue