Skip to content

Commit

Permalink
Build with rive_text from Android Studio
Browse files Browse the repository at this point in the history
Looks like we use slightly different build scripts locally which weren't building with Rive Text!

Diffs=
5034c8612 Build with rive_text from Android Studio (#5681)

Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
  • Loading branch information
luigi-rosso and luigi-rosso committed Jul 27, 2023
1 parent e8904a4 commit b473fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be33bd1b177af88d8ef0704c6f286ef7526455e2
5034c861250560872c2d99f4c8bdbbe766fd3134
2 changes: 1 addition & 1 deletion skia/renderer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "$OPTION" = 'help' ]; then
else
build() {
echo "Building Rive Renderer for platform=$platform option=$OPTION"
PREMAKE="premake5 --scripts=../../../build gmake2 $1"
PREMAKE="premake5 --scripts=../../../build gmake2 --with_rive_text $1"
eval "$PREMAKE"
if [ "$OPTION" = "clean" ]; then
make clean
Expand Down

0 comments on commit b473fbc

Please sign in to comment.