diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-26 13:09:49 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-26 13:10:05 +0100 |
commit | 21095a11d60ef7c1a2d72dca60f90faf640965e6 (patch) | |
tree | d3519603cdc14a73f82161c3ea90862cc59faefa | |
parent | a22baa4b553ac08a7f27001fb9a53c441d675727 (diff) | |
download | xK-21095a11d60ef7c1a2d72dca60f90faf640965e6.tar.gz xK-21095a11d60ef7c1a2d72dca60f90faf640965e6.tar.xz xK-21095a11d60ef7c1a2d72dca60f90faf640965e6.zip |
xM: fix build regressionorigin/master
-rw-r--r-- | xM/gen-icon.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xM/gen-icon.swift b/xM/gen-icon.swift index 712e9e6..0f7477c 100644 --- a/xM/gen-icon.swift +++ b/xM/gen-icon.swift @@ -3,6 +3,9 @@ // Copyright (c) 2023, Přemysl Eric Janouch <p@janouch.name> // SPDX-License-Identifier: 0BSD // +// As an odd regression, AppKit may be necessary for JIT linking. +import AppKit + // NSGraphicsContext mostly just weirdly wraps over Quartz, // so we do it all in Quartz directly. import CoreGraphics |