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>
|
test_program_src = '''#include <UserNotifications/UserNotifications.h>
|
||||||
int main(void) { return 0; }\n'''
|
int main(void) { return 0; }\n'''
|
||||||
user_notifications_framework = first_successful_compile(ans.cc, ' -framework UserNotifications',
|
user_notifications_framework = first_successful_compile(
|
||||||
src=test_program_src, lang='objective-c')
|
ans.cc, '-framework UserNotifications', src=test_program_src, lang='objective-c')
|
||||||
if user_notifications_framework:
|
if user_notifications_framework:
|
||||||
platform_libs.extend(shlex.split(user_notifications_framework))
|
platform_libs.extend(shlex.split(user_notifications_framework))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user