Skip to content

meson: use libzmq fallback if draft API not available

Stephan Lachnit requested to merge p-libzmq-draft-api into main

One thing I'm not 100% sure: if we need to define ZMQ_BUILD_DRAFT_API. According to https://github.com/zeromq/libzmq/issues/4194, this compile arg should be propagated in the pkg-config file. If we have platforms that explicitly remove it, then we need to add it ourselves.

Merge request reports