mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed bug in Android Ant exporter due to mixed up build settings.
This commit is contained in:
parent
1e41e3d11d
commit
2fa6c2094e
1 changed files with 2 additions and 2 deletions
|
|
@ -444,8 +444,8 @@ private:
|
|||
<< "sdk.dir=" << escapeSpaces (replacePreprocessorDefs (getAllPreprocessorDefs(), sdkPath.toString())) << newLine
|
||||
<< "ndk.dir=" << escapeSpaces (replacePreprocessorDefs (getAllPreprocessorDefs(), ndkPath.toString())) << newLine
|
||||
<< "key.store=" << androidKeyStore.get() << newLine
|
||||
<< "key.alias=" << androidKeyStorePass.get() << newLine
|
||||
<< "key.store.password=" << androidKeyAlias.get() << newLine
|
||||
<< "key.alias=" << androidKeyAlias.get() << newLine
|
||||
<< "key.store.password=" << androidKeyStorePass.get() << newLine
|
||||
<< "key.alias.password=" << androidKeyAliasPass.get() << newLine
|
||||
<< newLine;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue