vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 163 forks source link

Be able to specify target os and target cpu #25

Closed vsimon closed 8 years ago

vsimon commented 8 years ago

For cross-compiling android via target_os="android" target_cpu="arm" Or iOS.

vsimon commented 8 years ago

Pull request https://github.com/vsimon/webrtcbuilds/pull/27 has a first cut at this.