From 84bed896329e0c49ac81cdb7c3a175caa4fefa9a 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..59ffec3 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: ${gomuksBuildDir.resolve("pkg/ffi/").toFilePath()}"; print( "Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) to ${libFile.path}...", );