Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Update to releast58-arm branch until keroserene/go-webrtc#61 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom5152 committed Mar 27, 2017
1 parent 5926fef commit 78d3b6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions onboard/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ echo "Installing dependencies"
go get .

# we need to patch webrtc for arm builds
curl -o /go/src/github.com/keroserene/go-webrtc/webrtc-linux-arm.pc https://raw.githubusercontent.com/CodedInternet/go-webrtc/arm/webrtc-linux-arm.pc
curl -o /go/src/github.com/keroserene/go-webrtc/lib/libwebrtc-linux-arm-magic.a https://raw.githubusercontent.com/CodedInternet/go-webrtc/arm/lib/libwebrtc-linux-arm-magic.a
curl -o /go/src/github.com/keroserene/go-webrtc/peerconnection.go https://raw.githubusercontent.com/CodedInternet/go-webrtc/release58-arm/peerconnection.go
curl -o /go/src/github.com/keroserene/go-webrtc/webrtc-linux-arm.pc https://raw.githubusercontent.com/CodedInternet/go-webrtc/release58-arm/webrtc-linux-arm.pc
curl -o /go/src/github.com/keroserene/go-webrtc/lib/libwebrtc-linux-arm-magic.a https://raw.githubusercontent.com/CodedInternet/go-webrtc/release58-arm/lib/libwebrtc-linux-arm-magic.a

echo "Building"
go build
Expand Down

0 comments on commit 78d3b6c

Please sign in to comment.