add more logging to build hook [skip ci]

This commit is contained in:
Henry Hiles 2026-03-27 22:03:55 -04:00
commit 6c064cfcef
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -58,7 +58,7 @@ Future<void> main(List<String> args) => build(args, (input, output) async {
final tags = targetOS == OS.android ? "goolm,noheic" : "goolm"; final tags = targetOS == OS.android ? "goolm,noheic" : "goolm";
print( 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( final result = await Process.run(
"go", "go",