Skip to content

Commit a00f894

Browse files
committed
add glfw support for macOS
1 parent 2bc02bd commit a00f894

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/lib.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
"brotli"
1616
]
1717
},
18+
"glfw": {
19+
"source": "ext-glfw",
20+
"static-libs-unix": [
21+
"libglfw3.a"
22+
],
23+
"frameworks": [
24+
"CoreVideo",
25+
"OpenGL",
26+
"Cocoa",
27+
"IOKit"
28+
]
29+
},
1830
"bzip2": {
1931
"source": "bzip2",
2032
"static-libs-unix": [

0 commit comments

Comments
 (0)