mheily / libkqueue

kqueue(2) compatibility library
Other
236 stars 77 forks source link

Build a shared and static library #136

Closed mheily closed 2 years ago

mheily commented 2 years ago

Relates to issue#135

arr2036 commented 2 years ago

That seems to break the Windows build. I remember in the original CMake config we explicitly didn't attempt to build static archives for Windows, maybe we need a similar restriction still?

mheily commented 2 years ago

I tried disabling the static library on Windows, but it still failed.

I'll try setting up a Windows development machine, and see if I can figure out how to fix the build.