mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Function to get machine ID on cocoa
This commit is contained in:
2
setup.py
2
setup.py
@@ -655,7 +655,7 @@ def kitty_env(args: Options) -> Env:
|
||||
if is_macos:
|
||||
platform_libs = [
|
||||
'-framework', 'Carbon', '-framework', 'CoreText', '-framework', 'CoreGraphics',
|
||||
'-framework', 'AudioToolbox',
|
||||
'-framework', 'AudioToolbox', '-framework', 'IOKit',
|
||||
]
|
||||
test_program_src = '''#include <UserNotifications/UserNotifications.h>
|
||||
int main(void) { return 0; }\n'''
|
||||
|
||||
Reference in New Issue
Block a user