Skip to content

Commit b6c7685

Browse files
committed
Link CoreFoundation via framework stub
1 parent 511e53f commit b6c7685

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platform/main.roc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ platform ""
66
targets: {
77
files: "targets/",
88
exe: {
9-
x64mac: ["libhost.a", app, "-framework", "CoreFoundation"],
10-
arm64mac: ["libhost.a", app, "-framework", "CoreFoundation"],
9+
x64mac: ["libhost.a", "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd", app],
10+
arm64mac: ["libhost.a", "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd", app],
1111
x64musl: ["crt1.o", "libhost.a", "libunwind.a", app, "libc.a"],
1212
arm64musl: ["crt1.o", "libhost.a", "libunwind.a", app, "libc.a"],
1313
}

0 commit comments

Comments
 (0)