Skip to content

Commit

Permalink
Added posix poll for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
gwm17 committed Jun 17, 2022
1 parent 31670c9 commit facec25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ project "GLFW"
"src/posix_time.c",
"src/posix_thread.c",
"src/posix_module.c",
"src/posix_poll.c",
"src/glx_context.c",
"src/egl_context.c",
"src/osmesa_context.c",
Expand All @@ -62,6 +63,7 @@ project "GLFW"
"src/cocoa_time.c",
"src/posix_thread.c",
"src/posix_module.c",
"src/posix_poll.c",
"src/nsgl_context.m",
"src/egl_context.c",
"src/osmesa_context.c"
Expand Down

0 comments on commit facec25

Please sign in to comment.