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

fffff

parent 8ce440ba
...@@ -43,7 +43,7 @@ def prepare_config(buildType,systemName, contextDir) { ...@@ -43,7 +43,7 @@ def prepare_config(buildType,systemName, contextDir) {
prepare_luaui(systemName, contextDir) prepare_luaui(systemName, contextDir)
break break
default: default:
echo "未知的buildType: ${config.buildType}" echo "未知的buildType: ${buildType}"
break break
} }
} }
...@@ -214,7 +214,8 @@ def build_python( systemName, contextDir) { ...@@ -214,7 +214,8 @@ def build_python( systemName, contextDir) {
sh "mv dist.tgz ${contextDir}" sh "mv dist.tgz ${contextDir}"
} }
def build_luaui( systemName, contextDir) { def build_luaui( systemName, contextDir) {
def res_json = project_attr(systemName) def res_json = project_attr(systemName)
configPath = res_json["configPath"] configPath = res_json["configPath"]
buildCmd = res_json["buildCmd"] 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