1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-22 10:18:51 -05:00

Add posix_poll to linux build

This commit is contained in:
Gordon McCann 2022-06-07 10:09:09 -04:00 committed by GitHub
parent ce28bbccea
commit 31670c954a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,8 @@ project "GLFW"
"src/glx_context.c",
"src/egl_context.c",
"src/osmesa_context.c",
"src/linux_joystick.c"
"src/linux_joystick.c",
"src/posix_poll.c"
}
defines