diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h index f15bdac756..f5c64c4ad0 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h @@ -61,6 +61,7 @@ public: if (getKeyStorePassValue().getValue().isVoid()) getKeyStorePassValue() = "android"; if (getKeyAliasValue().getValue().isVoid()) getKeyAliasValue() = "androiddebugkey"; if (getKeyAliasPassValue().getValue().isVoid()) getKeyAliasPassValue() = "android"; + if (getCPP11EnabledValue().getValue().isVoid()) getCPP11EnabledValue() = true; } //==============================================================================