webrtc-sdk / webrtc

BSD 3-Clause "New" or "Revised" License
225 stars 89 forks source link

How do you compile a C++ static library that you can use on a Mac? #111

Open cgeffect opened 4 months ago

cgeffect commented 4 months ago

Currently, webrtc compiles a mac library with objective-c interface by default. I want to compile a c++ interface that can run on the mac, without objective-c code specific to the mac platform. How to do this?