Skip to content

Commit

Permalink
android build
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 27, 2023
1 parent b743434 commit 82fd1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
arguments "APP_PLATFORM=android-31"
}
cmake {
arguments "-DBUILD_WITH_MRUBY=Off", "-DBUILD_PRO=Off", "-DCMAKE_BUILD_TYPE=MinSizeRel"
arguments "-DBUILD_WITH_MRUBY=Off", "-DBUILD_PRO=On", "-DCMAKE_BUILD_TYPE=MinSizeRel"
}
}
}
Expand Down

0 comments on commit 82fd1e9

Please sign in to comment.