Skip to content

Commit

Permalink
Remove -i flag from Filament
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 21, 2024
1 parent 9cf1dd7 commit bbcd3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/scripts/build-filament.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cp -rf out/ios-release/filament ../package/ios/libs

echo "Building Filament for Android ($target)"
# -v = Exclude Vulkan support
./build.sh -p android -i "$target"
./build.sh -p android "$target"

# echo "Building Android .aar ($target)..."
# cd android
Expand Down

0 comments on commit bbcd3f7

Please sign in to comment.