exclude libfilamat from iOS and gltfio from iOS/Android

This commit is contained in:
Nick Fisher
2025-05-09 11:15:20 +08:00
parent cedcb45484
commit 7961ed06f7

View File

@@ -88,6 +88,7 @@ void main(List<String> args) async {
"backend", "backend",
"filameshio", "filameshio",
"viewer", "viewer",
if(targetOS != OS.iOS)
"filamat", "filamat",
"meshoptimizer", "meshoptimizer",
"mikktspace", "mikktspace",
@@ -95,7 +96,7 @@ void main(List<String> args) async {
"utils", "utils",
"filabridge", "filabridge",
"gltfio_core", "gltfio_core",
if(targetOS != OS.android) if(targetOS != OS.android && targetOS != OS.iOS)
"gltfio", "gltfio",
"filament-iblprefilter", "filament-iblprefilter",
"image", "image",