Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sevar83 committed Aug 22, 2019
1 parent 2d055df commit a6777c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ task buildSqlite(dependsOn: installSqlite, type: Exec) {
}

task ndkClean(type: Exec, description: 'Clean NDK Binaries') {
if (OperatingSystem.current().lnux) {
if (OperatingSystem.current().linux) {
commandLine "$ndkDir/ndk-build", 'clean', '-C', file('src/main/jni').absolutePath
} else if (OperatingSystem.current().windows) {
commandLine "$ndkDir/ndk-build.cmd", 'clean', '-C', file('src/main/jni').absolutePath
Expand Down

0 comments on commit a6777c2

Please sign in to comment.