keroserene / go-webrtc

WebRTC for Go
Other
455 stars 76 forks source link

Use -D_GLIBCXX_USE_CXX11_ABI=1 in Travis CI builds #92

Closed uumaro closed 5 years ago

uumaro commented 5 years ago

This is a provisional pull request to see if the CI build works, as suggested at https://github.com/keroserene/go-webrtc/issues/81#issuecomment-441756694.

uumaro commented 5 years ago

I don't know whether the darwin build was actually using the -D_GLIBCXX_USE_CXX11_ABI=0 from webrtc-darwin-amd64.pc, and I'm not currently set up to do a native build of it.

arlolra commented 5 years ago

I don't know whether the darwin build was actually using the -D_GLIBCXX_USE_CXX11_ABI=0 from webrtc-darwin-amd64.pc, and I'm not currently set up to do a native build of it.

I doubt it was since that's a gccism and darwin builds with clang.