mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
macOS: Allow mapping secure keyboard entry shortcut
This commit is contained in:
parent
50c822e05a
commit
f7be4fab48
12 changed files with 193 additions and 155 deletions
2
setup.py
2
setup.py
|
|
@ -416,7 +416,7 @@ def kitty_env() -> Env:
|
|||
cflags.extend(pkg_config('lcms2', '--cflags-only-I'))
|
||||
if is_macos:
|
||||
platform_libs = [
|
||||
'-framework', 'CoreText', '-framework', 'CoreGraphics',
|
||||
'-framework', 'Carbon', '-framework', 'CoreText', '-framework', 'CoreGraphics',
|
||||
]
|
||||
test_program_src = '''#include <UserNotifications/UserNotifications.h>
|
||||
int main(void) { return 0; }\n'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue