我是新手xmake,我写了一个xmake.lua,但是当我尝试执行时,xmake我收到以下问题:
checking for platform ... mingw
checking for architecture ... x86_64
checking for mingw directory ... no
please run:
- xmake config --mingw=xxx
or - xmake global --mingw=xxx
我试图xmake config通过指定mingw exe的路径来发出命令,但仍然是同样的错误。