mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix #4080
This commit is contained in:
2
setup.py
2
setup.py
@@ -411,7 +411,7 @@ 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')
|
||||
ans.cc, '-framework UserNotifications', src=test_program_src, lang='m')
|
||||
if user_notifications_framework:
|
||||
platform_libs.extend(shlex.split(user_notifications_framework))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user