webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Support for M1 Mac

Open chaudharyvivek opened this issue 2 years ago • 1 comments

I am able to build Google webRTC and Pixiv both on intel Mac machine multiple times. I am also able to build Google webRTC on M1 Mac. But Pixiv is not building on m1 Mac (the silicon chip). I get the following error on gclient sync:

failed to resolve infra/tools/luci/isolate/mac-arm64@git_revision:7d11fd9e66407c49cb6c8546a2ae45ea993a240c (line 11): no such tag

I get no error when I try to build Google webRTC on the same machine. Is there any way to workaround this?

chaudharyvivek avatar Sep 21 '22 12:09 chaudharyvivek

I worked around this like so https://github.com/viviedu/webrtc/commit/dd2660ca290457ca8f18a630421a5c301b01202d#diff-4cc955bcf0b472353786cc8d8b7d346fb432c091bed099de884885e938392814

deanylev avatar Mar 13 '23 00:03 deanylev