Error when try to compile Chromium

前端 未结 3 1147
春和景丽
春和景丽 2021-02-19 21:59

I try to use the command ninja -C out/Debug chrome to compile Chromium.

However the error msg says that:

ninja error loading \'build.ninja\'         


        
3条回答
  •  终归单人心
    2021-02-19 22:29

    The out directory and its contents (including build.ninja) are created by running

    python build\gyp_chromium

    or

    gclient runhooks

    Executing either command from within /src should allow your compile to proceed.

提交回复
热议问题