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

depot-tool bug #79

Open zacaikido opened 6 years ago

zacaikido commented 6 years ago

When I try to build via ./build.sh

I get :

Associated revision number: 22040 Checking out WebRTC revision (this will take awhile): 00733015fafbbc61ddc12dfdc88b21a9fcd9d122 File "/Users/wolfgang/Downloads/webrtcbuilds-master/depot_tools/fetch.py", line 65 print 'Running: %s' % (' '.join(pipes.quote(x) for x in cmd)) ^ SyntaxError: invalid syntax

I tried to delete the line but it is back each time the build process run. Anybody got some idea to fix it?

vsimon commented 6 years ago

Hi, sure, could you maybe try to remove the depot_tools directory entirely to allow the script to do a fresh clone of depot_tools on the next try. i.e. rm -rf depot_tools