Skip to content

Commit

Permalink
Fix app/build.gradle error
Browse files Browse the repository at this point in the history
Revert previous change in comment for now
  • Loading branch information
leotm committed Jul 19, 2022
1 parent 101ee39 commit b19c0d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/app/build.gradle
Expand Up @@ -160,9 +160,10 @@ android {
// src/main/jni/Android.mk file for the `LOCAL_MODULE` variable.
targets "leotm_myapp_appmodules"
// Fix for windows limit on number of character in file paths and in command lines
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
arguments "NDK_APP_SHORT_COMMANDS=true"
}
// Atm causing: Could not get unknown property 'Os' for object of type com.android.build.gradle.internal.dsl.ExternalNativeNdkBuildOptions
// if (Os.isFamily(Os.FAMILY_WINDOWS)) {
// arguments "NDK_APP_SHORT_COMMANDS=true"
// }
}
}
if (!enableSeparateBuildPerCPUArchitecture) {
Expand Down

0 comments on commit b19c0d9

Please sign in to comment.