25 lines
593 B
Diff
25 lines
593 B
Diff
|
From d1f0bd3de7d3d54523aeefd9731ea850d20eaab4 Mon Sep 17 00:00:00 2001
|
||
|
From: Jason Felice <jason.m.felice@gmail.com>
|
||
|
Date: Tue, 2 Jul 2019 13:19:23 -0400
|
||
|
Subject: [PATCH] Need CoreFoundation
|
||
|
|
||
|
---
|
||
|
src/cmd/devdraw/cocoa-screen.m | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/cmd/devdraw/cocoa-screen.m b/src/cmd/devdraw/cocoa-screen.m
|
||
|
index 97128da2..0e380dd3 100644
|
||
|
--- a/src/cmd/devdraw/cocoa-screen.m
|
||
|
+++ b/src/cmd/devdraw/cocoa-screen.m
|
||
|
@@ -56,6 +56,7 @@
|
||
|
#endif
|
||
|
|
||
|
AUTOFRAMEWORK(Cocoa)
|
||
|
+AUTOFRAMEWORK(CoreFoundation)
|
||
|
|
||
|
#define LOG if(0)NSLog
|
||
|
#define panic sysfatal
|
||
|
--
|
||
|
2.21.0
|
||
|
|