Problem: Git ask me to input git user and password

Solution: Set environment variable SET DEPOT_TOOLS_WIN_TOOLCHAIN=0

Problem: rtc_base.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x3945A

Solution: WebRTC used clang to build the system, we have to use MSVC toolchain, add arguments is_clang=false use_lld=false to create build make.

相关文章:

  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2021-07-31
  • 2021-04-26
  • 2022-12-23
  • 2022-02-08
  • 2021-11-27
猜你喜欢
  • 2022-03-06
  • 2022-03-06
  • 2022-02-03
  • 2021-09-26
  • 2021-05-29
  • 2021-07-15
  • 2021-04-17
相关资源
相似解决方案