lxi-tools / liblxi

Open source LXI library
https://lxi-tools.github.io
Other
103 stars 27 forks source link

Add Windows support #48

Closed psalic closed 1 month ago

lundmar commented 1 month ago

This PR is almost ready but we need to fix meson.build by removing the check for the cygwin/dns_sd.h. It makes no sense to do a check for a file which always exists. We might as well assume it is there now that we ship it with the lxi-tools source. If there are to be any checks it should be checks for any include or API function dependencies that the cygwin/dns_sd.h file requires.

psalic commented 1 month ago

ok, I will remove check.