add more logging to build hook [skip ci]
This commit is contained in:
parent
2c4d5670e5
commit
6c064cfcef
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ Future<void> main(List<String> args) => build(args, (input, output) async {
|
|||
final tags = targetOS == OS.android ? "goolm,noheic" : "goolm";
|
||||
|
||||
print(
|
||||
"Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) from source...",
|
||||
"Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) to ${libFile.path}...",
|
||||
);
|
||||
final result = await Process.run(
|
||||
"go",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue