mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Introjucer: enabled C++11 support by default in android projects
This commit is contained in:
parent
fbc5c76544
commit
fc6d485b29
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue