aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-01-13 16:47:16 -0500
committerRuss Cox <rsc@swtch.com>2020-01-13 16:47:16 -0500
commit04da0159764152b99b7dd0f33ace7d97ae7c2aa1 (patch)
treee528f0887300c41ca38706426e55a05012e7cf48 /src
parent50923426bf684402160dd7748f14560afd447b73 (diff)
downloadplan9port-04da0159764152b99b7dd0f33ace7d97ae7c2aa1.tar.gz
plan9port-04da0159764152b99b7dd0f33ace7d97ae7c2aa1.tar.bz2
plan9port-04da0159764152b99b7dd0f33ace7d97ae7c2aa1.zip
devdraw: AUTOFRAMEWORK CoreFoundation on macOS
Fixes #273.
Diffstat (limited to 'src')
-rw-r--r--src/cmd/devdraw/mac-screen.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/devdraw/mac-screen.m b/src/cmd/devdraw/mac-screen.m
index 47df3dc5..8929e6b3 100644
--- a/src/cmd/devdraw/mac-screen.m
+++ b/src/cmd/devdraw/mac-screen.m
@@ -27,6 +27,7 @@
AUTOFRAMEWORK(Cocoa)
AUTOFRAMEWORK(Metal)
AUTOFRAMEWORK(QuartzCore)
+AUTOFRAMEWORK(CoreFoundation)
#define LOG if(0)NSLog