mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
Remove unneeded space
This commit is contained in:
parent
d9b292f808
commit
c73e374f1a
4
setup.py
4
setup.py
@ -344,8 +344,8 @@ def kitty_env() -> Env:
|
||||
]
|
||||
test_program_src = '''#include <UserNotifications/UserNotifications.h>
|
||||
int main(void) { return 0; }\n'''
|
||||
user_notifications_framework = first_successful_compile(ans.cc, ' -framework UserNotifications',
|
||||
src=test_program_src, lang='objective-c')
|
||||
user_notifications_framework = first_successful_compile(
|
||||
ans.cc, '-framework UserNotifications', src=test_program_src, lang='objective-c')
|
||||
if user_notifications_framework:
|
||||
platform_libs.extend(shlex.split(user_notifications_framework))
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user