Skip to content

Commit

Permalink
Copy a copy of libwebrtc-magic.a to $OUTDIR.
Browse files Browse the repository at this point in the history
So we can have a copy of it.
keroserene/go-webrtc#38
  • Loading branch information
David Fifield committed Jun 6, 2016
1 parent 6cd7c41 commit 4c9dae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitian/descriptors/linux/gitian-pluggable-transports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ script: |
done)
mkdir -p lib
cp -f ../webrtc/src/libwebrtc-magic.a lib/libwebrtc-linux-$(if [ $GBUILD_BITS = 32 ]; then echo 386; else echo amd64; fi)-magic.a
# Copy libwebrtc-magic.a to $OUTDIR as well.
cp -f ../webrtc/src/libwebrtc-magic.a $OUTDIR/libwebrtc-linux-$(if [ $GBUILD_BITS = 32 ]; then echo 386; else echo amd64; fi)-magic.a
find -type f -print0 | xargs -0 touch --date="$REFERENCE_DATETIME"
mkdir -p "$GOPATH/src/github.com/keroserene/"
ln -sf "$PWD" "$GOPATH/src/github.com/keroserene/go-webrtc"
Expand Down

0 comments on commit 4c9dae0

Please sign in to comment.