How to override the action in gn build system

后端 未结 0 1341
日久生厌
日久生厌 2020-12-10 01:46

In gn when using actions typically python is invoked:

action ("my_script")
{
   script = "//script.py"

   args = [
       "arg1"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题