From a00f8945ba6fcc263a4d8bd0078f432f5a1b4a73 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 18 Aug 2023 18:17:57 +0800 Subject: [PATCH] add glfw support for macOS --- config/lib.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/lib.json b/config/lib.json index 41be5156..03ff7bb3 100644 --- a/config/lib.json +++ b/config/lib.json @@ -15,6 +15,18 @@ "brotli" ] }, + "glfw": { + "source": "ext-glfw", + "static-libs-unix": [ + "libglfw3.a" + ], + "frameworks": [ + "CoreVideo", + "OpenGL", + "Cocoa", + "IOKit" + ] + }, "bzip2": { "source": "bzip2", "static-libs-unix": [