Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove GOOS=darwin GOARCH=amd64 cross-compiling example from build.sh.
It doesn't actually work. You get: Building webrtc ... ~/go-webrtc/third_party/webrtc/src ~/go-webrtc ERROR at //build/config/BUILDCONFIG.gn:241:3: Assertion failed. assert(host_os == "mac", "Mac cross-compiles are unsupported.") ^----- Mac cross-compiles are unsupported. (The Tor Browser build applies some patches so that the Mac cross-compile does work, but currently it doesn't work in this repo.)
- Loading branch information