Skip to content

Commit 6b33eb4

Browse files
committed
Prefer Foundation framework to Cocoa for Mac
1 parent a7c157e commit 6b33eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def generate(env):
7171
env.Append(
7272
LINKFLAGS=[
7373
"-framework",
74-
"Cocoa",
74+
"Foundation",
7575
"-Wl,-undefined,dynamic_lookup",
7676
]
7777
)

0 commit comments

Comments
 (0)