Skip to content

Commit

Permalink
Fix:android:build:css is the other way around, so enable the disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Feb 10, 2020
1 parent 0987cc0 commit 6e5b65a
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 '-DDISABLE_CXX=n', '-DUSE_PLUGINS=n', '-DBUILD_MAPTOOL=n', '-DXSL_PROCESSING=n', '-DSAMPLE_MAP=n'
arguments '-DDISABLE_CXX=y', '-DUSE_PLUGINS=n', '-DBUILD_MAPTOOL=n', '-DXSL_PROCESSING=n', '-DSAMPLE_MAP=n'
}
}
}
Expand Down

0 comments on commit 6e5b65a

Please sign in to comment.