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