Commit e978b26d authored by wentao.suo's avatar wentao.suo

fffff

parent 8ce440ba
......@@ -43,7 +43,7 @@ def prepare_config(buildType,systemName, contextDir) {
prepare_luaui(systemName, contextDir)
break
default:
echo "未知的buildType: ${config.buildType}"
echo "未知的buildType: ${buildType}"
break
}
}
......@@ -214,7 +214,8 @@ def build_python( systemName, contextDir) {
sh "mv dist.tgz ${contextDir}"
}
def build_luaui( systemName, contextDir) {
def build_luaui( systemName, contextDir) {
def res_json = project_attr(systemName)
configPath = res_json["configPath"]
buildCmd = res_json["buildCmd"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment