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}...", );