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 164 forks source link

Rewrite Microsoft Windows build to use gn and match other builds. #30

Closed DanielTBrown closed 7 years ago

DanielTBrown commented 7 years ago

This update has the following changes:

build.sh:

util.sh

Unfortunately, I can only partially test the Microsoft Windows build, because my Microsoft Windows development system encounters an error in landmines.py. This is unrelated to the script, I see the same error when building manually. When I have a chance, I will test using a clean Windows install.

vsimon commented 7 years ago

Looks great to me!