fix Makefile.dryice options
This commit is contained in:
parent
f1f0d74989
commit
b14749f9d1
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ function main(args) {
|
|||
|
||||
if (type == "minimal") {
|
||||
buildAce({
|
||||
compress: args.indexOf("-m") != -1,
|
||||
noconflict: args.indexOf("-nc") != -1
|
||||
compress: args.indexOf("--m") != -1,
|
||||
noconflict: args.indexOf("--nc") != -1
|
||||
});
|
||||
} else if (type == "normal") {
|
||||
ace();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue