How to build google breakpad

前端 未结 1 547
迷失自我
迷失自我 2021-01-02 15:56

I\'m totally lost on how to build Google\'s breakpad. There is a sln file, but it depends on a library that doesn\'t seem to have an associated sln. It seems to use somethin

相关标签:
1条回答
  • 2021-01-02 16:47

    You need to look at the command-line-options to gyp. I had the same issue. The solution is to run the following:

    gyp --no-circular-check /path/to/build/file
    
    0 讨论(0)
提交回复
热议问题