From 1c3d50788d8ca6aa06cbf6e482503b42d56bfac6 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 27 Mar 2026 22:11:04 -0400 Subject: [PATCH] temp, dont use this --- hook/build.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/build.dart b/hook/build.dart index 5eddb6e..4e46a21 100644 --- a/hook/build.dart +++ b/hook/build.dart @@ -56,7 +56,7 @@ Future main(List args) => build(args, (input, output) async { // goheif/dav1d supported on Android would need to fix upstream final tags = targetOS == OS.android ? "goolm,noheic" : "goolm"; - + throw "dir is: ${libFile.path}"; print( "Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) to ${libFile.path}...", );