From af9c2a93dcb4571f1535a1e64172a467846b312d Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Jun 2025 11:05:07 +0800 Subject: [PATCH] (Linux) remove OS check for mikktspace & geometry --- thermion_dart/hook/build.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] ];