I am trying to build the webrtc static libs, using the build.sh script
After 4 hours and 13GB of git cloning, I get to the compile part of the script, the line:
echo Compiling WebRTC
compile $PLATFORM $OUTDIR "$TARGET_OS" "$TARGET_CPU" "$BLACKLIST"
The result of the run is:
...
Checking WebRTC dependencies
Patching WebRTC source
Compiling WebRTC
Generating project files with: rtc_include_tests=false enable_iterator_debugging=false target_os="mac" target_cpu="x64"
ERROR Unresolved dependencies.
//:default(//build/toolchain/mac:clang_x64)
needs //webrtc:webrtc(//build/toolchain/mac:clang_x64)
Can anyone help in this?
Do you know what is the 'compile' command in the bash script? its not recognized on the Mac terminal.