From e92e59fab42eca1b70c8b83e43f6aa1cc02b2a64 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Jun 2025 15:46:57 +0800 Subject: [PATCH] don't link mikktspace on Linux --- thermion_dart/hook/build.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/hook/build.dart b/thermion_dart/hook/build.dart index 236b4564..946c5a0a 100644 --- a/thermion_dart/hook/build.dart +++ b/thermion_dart/hook/build.dart @@ -98,7 +98,7 @@ void main(List args) async { "basis_transcoder", "uberarchive", "zstd", - "mikktspace", + //"mikktspace", "geometry", if (targetOS == OS.macOS) ...["matdbg", "fgviewer"] ];