Skip to content

Commit

Permalink
Update build-filament.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 21, 2024
1 parent cd3bfd5 commit 71138a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/scripts/build-filament.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ cd ..
cd filament

target="release"

echo "Preparing desktop tools for macOS... (matc, resgen, etc)"
./build.sh -p desktop -i release

echo "Building Filament for iOS and Android ($target)..."
# -p = platforms
# -s = iOS simulator support
./build.sh -p ios,android "$target" -s
./build.sh -p ios,android -i "$target" -s

echo "Done!"

0 comments on commit 71138a1

Please sign in to comment.