mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
add glfw support for macOS
This commit is contained in:
parent
2bc02bdaac
commit
a00f8945ba
@ -15,6 +15,18 @@
|
|||||||
"brotli"
|
"brotli"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"glfw": {
|
||||||
|
"source": "ext-glfw",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libglfw3.a"
|
||||||
|
],
|
||||||
|
"frameworks": [
|
||||||
|
"CoreVideo",
|
||||||
|
"OpenGL",
|
||||||
|
"Cocoa",
|
||||||
|
"IOKit"
|
||||||
|
]
|
||||||
|
},
|
||||||
"bzip2": {
|
"bzip2": {
|
||||||
"source": "bzip2",
|
"source": "bzip2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user