1 Star 0 Fork 0

Mtp/lua-debug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
make.lua 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
actboy168 提交于 2023-03-22 17:24 . 先去掉sanitize
local lm = require "luamake"
require "compile.common.detect_platform"
require "compile.common.config"
if lm.test then
require "compile.test.make"
return
end
require "compile.common.make"
if lm.os == "windows" then
require "compile.windows.make"
elseif lm.os == "macos" then
require "compile.macos.make"
else
require "compile.linux.make"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mtp7199/lua-debug.git
git@gitee.com:mtp7199/lua-debug.git
mtp7199
lua-debug
lua-debug
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385