diff --git a/thermion_dart/hook/build.dart b/thermion_dart/hook/build.dart index 72830fe9..236b4564 100644 --- a/thermion_dart/hook/build.dart +++ b/thermion_dart/hook/build.dart @@ -98,8 +98,8 @@ void main(List args) async { "basis_transcoder", "uberarchive", "zstd", - if(targetOS != OS.linux) - ...["meshoptimizer","mikktspace", "geometry"], + "mikktspace", + "geometry", if (targetOS == OS.macOS) ...["matdbg", "fgviewer"] ];