In make/msvc_crt.lua, msvc.crtpath / msvc.ucrtpath is missing
Closed this issue · 1 comments
zhongxinghong commented
luamake 在最近的一次 commit 中修改了 luamake/scripts/msvc.lua,更改了 crtpath/ucrtpath 函数入参,并且在最后的 return 语句中取消了对这两个函数的导出,导致现在编译到 make/install.lua 的最后一步 msvc_crt('x86', output)
时会遇到错误 attempt to call a nil value (field 'crtpath')
zhongxinghong commented
crtpath 还得改成 vcrtpath,似乎在更早之前的 commit 就已经对这两个接口做了更改