We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392294d commit 9bef28cCopy full SHA for 9bef28c
src/lib.rs
@@ -416,7 +416,7 @@ impl Build {
416
if target.contains("musl") {
417
has_strlcpy = true;
418
}
419
- } else if target.contains("apple") {
+ } else if target.contains("apple") || target.contains("freebsd") {
420
create_platform_hpp_shim(&mut build);
421
build.define("ZMQ_IOTHREAD_POLLER_USE_KQUEUE", "1");
422
build.define("ZMQ_POLL_BASED_ON_POLL", "1");
0 commit comments