From b08ffde5fdc69f3c1b74dbfd1ff448acfa79997a Mon Sep 17 00:00:00 2001 From: Duarte Roso Date: Sun, 28 Jun 2026 22:25:51 +0200 Subject: [PATCH 1/2] Update manifest.json --- libraries/glfw.c3l/manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libraries/glfw.c3l/manifest.json b/libraries/glfw.c3l/manifest.json index 6c1dca5..ab9c091 100644 --- a/libraries/glfw.c3l/manifest.json +++ b/libraries/glfw.c3l/manifest.json @@ -7,9 +7,13 @@ "linked-libraries" : [] }, "macos-aarch64" : { - "link-args" : [], + "link-args" : [ "-L /opt/homebrew/Cellar/glfw/3.4/lib" ], "dependencies" : [], - "linked-libraries" : [] + "linked-libraries" : [ + "glfw3", + "Cocoa.framework", + "IOKit.framework" + ] }, "linux-x64" : { "link-args" : [], From 8b12efbbc23d0d85d17606e0de5f5f97c382c578 Mon Sep 17 00:00:00 2001 From: Duarte Roso Date: Sun, 28 Jun 2026 22:31:16 +0200 Subject: [PATCH 2/2] Fix indentation --- libraries/glfw.c3l/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/glfw.c3l/manifest.json b/libraries/glfw.c3l/manifest.json index ab9c091..edc1daa 100644 --- a/libraries/glfw.c3l/manifest.json +++ b/libraries/glfw.c3l/manifest.json @@ -10,7 +10,7 @@ "link-args" : [ "-L /opt/homebrew/Cellar/glfw/3.4/lib" ], "dependencies" : [], "linked-libraries" : [ - "glfw3", + "glfw3", "Cocoa.framework", "IOKit.framework" ]