zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.71k stars 2.35k forks source link

Problem: Android build scripts need more enhancements. #4462

Closed stephan57160 closed 1 year ago

stephan57160 commented 1 year ago

Android helpers do not use /tmp anymore to clone & build dependencies. This was causing conflicts, when there were 2 parallel compilations:

ZProject, CZMQ & ZYRE are also tested with similar modifications and almost ready for PR.