kazu-yamamoto / simple-sendfile

Cross platform library for the sendfile system call
BSD 3-Clause "New" or "Revised" License
15 stars 11 forks source link

Add cpp conditions to avoid build error in windows #33

Closed jneira closed 5 years ago

jneira commented 5 years ago

Fixes #32

jneira commented 5 years ago

It would be great that travis would build in windows too :smiley:

kazu-yamamoto commented 5 years ago

Merged and released. Thank you for your contribution! I will add AppVeyor support soon.

jneira commented 5 years ago

Wow, thanks for the quick response. Appveyor would be great but maybe it would be more straightforward to add windows builds in travis (i think the script could work without very much changes) See https://github.com/bubba/lsp-test/blob/master/.travis.yml for an haskell lib example