Skip to content

Commit

Permalink
Android: The toolchain dirs are now passed via -PtoolchainDirs="PATH_…
Browse files Browse the repository at this point in the history
…ONE;PATH_TWO;PATH_THREE" instead of an env var
  • Loading branch information
Ghabry committed Mar 11, 2021
1 parent ab6ee91 commit 0f2c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
defaultConfig {
externalNativeBuild {
cmake {
arguments "-DPLAYER_ANDROID_TOOLCHAIN_PATH=${System.env.EASYRPG_TOOLCHAIN_DIR};${System.env.EASYRPG_LIBLCF_DIR}",
arguments "-DPLAYER_ANDROID_TOOLCHAIN_PATH=${project.properties['toolchainDirs']}",
"-DPLAYER_GRADLE_BUILD=ON",
"-DBUILD_SHARED_LIBS=ON",
"-DPLAYER_ENABLE_TESTS=OFF"
Expand Down

0 comments on commit 0f2c3f0

Please sign in to comment.