...
This commit is contained in:
parent
bec620a8d3
commit
1283a2b7e5
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -388,9 +388,9 @@ def init_env(
|
|||
assert('"' not in fontconfig_library)
|
||||
fc_libs += [f'_KITTY_FONTCONFIG_LIBRARY="{fontconfig_library}"']
|
||||
|
||||
if desktop_libs != []:
|
||||
if desktop_libs:
|
||||
library_paths['kitty/desktop.c'] = desktop_libs
|
||||
if fc_libs != []:
|
||||
if fc_libs:
|
||||
library_paths['kitty/fontconfig.c'] = fc_libs
|
||||
|
||||
for path in extra_include_dirs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue