Skip to content

Commit

Permalink
Don't build Filamat
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 21, 2024
1 parent 7b02175 commit cb3815d
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 @@ -33,7 +33,7 @@ mkdir -p out/android-build-release-aarch64
cd out/android-build-release-aarch64
cmake -G Ninja \
-DFILAMENT_ENABLE_LTO=ON \
-DFILAMENT_BUILD_FILAMAT=ON \
-DFILAMENT_BUILD_FILAMAT=OFF \
-DFILAMENT_SUPPORTS_OPENGL=ON \
-DFILAMENT_SUPPORTS_METAL=OFF \
-DFILAMENT_SUPPORTS_VULKAN=OFF \
Expand Down

0 comments on commit cb3815d

Please sign in to comment.