bump gomuks
This commit is contained in:
parent
1986e2a627
commit
1af957d4a1
3 changed files with 7 additions and 3 deletions
|
|
@ -55,7 +55,11 @@ Future<void> main(List<String> args) => build(args, (input, output) async {
|
|||
libFile = buildDir.resolve("${targetArch.name}/$libFileName");
|
||||
|
||||
// goheif/dav1d supported on Android would need to fix upstream
|
||||
final tags = targetOS == OS.android ? "goolm,noheic" : "goolm";
|
||||
final tags = [
|
||||
"sqlite_fts5",
|
||||
"goolm",
|
||||
if (targetOS == OS.android) "noheic",
|
||||
].join(",");
|
||||
print(
|
||||
"Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) to ${libFile.path}...",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue