提交 effd0122 authored 作者: Thomas Mueller's avatar Thomas Mueller

The build tool now supports (minimalistic) shell mode, started using ./build.sh -

上级 a72b616e
...@@ -171,7 +171,7 @@ public class BuildBase { ...@@ -171,7 +171,7 @@ public class BuildBase {
for (String a : args) { for (String a : args) {
if ("-quiet".equals(a)) { if ("-quiet".equals(a)) {
quiet = true; quiet = true;
} else if (a.startsWith("-")) { } else if ("-".equals(a)) {
runShell(); runShell();
return; return;
} else if (a.startsWith("-D")) { } else if (a.startsWith("-D")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论