From 7961ed06f7a234befde263fd4283a8485bd01504 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 9 May 2025 11:15:20 +0800 Subject: [PATCH] exclude libfilamat from iOS and gltfio from iOS/Android --- thermion_dart/hook/build.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_dart/hook/build.dart b/thermion_dart/hook/build.dart index 274eb1eb..4a4cff2d 100644 --- a/thermion_dart/hook/build.dart +++ b/thermion_dart/hook/build.dart @@ -88,6 +88,7 @@ void main(List args) async { "backend", "filameshio", "viewer", + if(targetOS != OS.iOS) "filamat", "meshoptimizer", "mikktspace", @@ -95,7 +96,7 @@ void main(List args) async { "utils", "filabridge", "gltfio_core", - if(targetOS != OS.android) + if(targetOS != OS.android && targetOS != OS.iOS) "gltfio", "filament-iblprefilter", "image",