diff --git a/libraries/glfw.c3l/manifest.json b/libraries/glfw.c3l/manifest.json index 6c1dca5..edc1daa 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" : [],