Apicula now supports lutram

This commit is contained in:
Pepijn de Vos 2022-07-03 12:45:03 +02:00 committed by GitHub
parent c39bade1a7
commit de07eb11c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ struct SynthGowinPass : public ScriptPass
if (args[argidx] == "-json" && argidx+1 < args.size()) {
json_file = args[++argidx];
nobram = true;
nolutram = true;
continue;
}
if (args[argidx] == "-run" && argidx+1 < args.size()) {