Browse Source

Enable override for the externalNativeBuild's buildStagingDirectory

pull/5394/head
staphen 4 years ago committed by Anders Jenbo
parent
commit
cd0205f8b9
  1. 1
      android-project/app/build.gradle

1
android-project/app/build.gradle

@ -44,6 +44,7 @@ android {
cmake {
path '../../CMakeLists.txt'
version "3.22.1+"
buildStagingDirectory System.env.DevilutionX_Android_StagingDirectory
}
}

Loading…
Cancel
Save