Skip to content

Commit

Permalink
fix:build:Fdroid buildenviroment has no CXX and failes doue to this/C…
Browse files Browse the repository at this point in the history
…XX not needed anyway
  • Loading branch information
jkoan authored Feb 10, 2020
1 parent 9276855 commit 0987cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navit/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}
externalNativeBuild {
cmake {
arguments '-DUSE_PLUGINS=n', '-DBUILD_MAPTOOL=n', '-DXSL_PROCESSING=n', '-DSAMPLE_MAP=n'
arguments '-DDISABLE_CXX=n', '-DUSE_PLUGINS=n', '-DBUILD_MAPTOOL=n', '-DXSL_PROCESSING=n', '-DSAMPLE_MAP=n'
}
}
}
Expand Down

0 comments on commit 0987cc0

Please sign in to comment.