diff --git a/setup.py b/setup.py index e145e013a..fed74687a 100755 --- a/setup.py +++ b/setup.py @@ -344,8 +344,8 @@ def kitty_env() -> Env: ] test_program_src = '''#include 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: