forked from len0rd/rockbox
configure: Fix android x86 build
Change-Id: Iea1d92bcf83f016e724496ebf037c8402ede170c
This commit is contained in:
parent
89b4cd59ef
commit
334def8431
2 changed files with 3 additions and 2 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -843,7 +843,7 @@ androidcc () {
|
|||
endian="little"
|
||||
gcctarget="i686-linux-android-"
|
||||
echo "${make_toolchain} --toolchain=x86-${gccchoice} --platform=android-android-$ANDROID_PLATFORM_VERSION --install-dir=${pwd}/android-toolchain"
|
||||
${make_toolchain} --toolchain=x86-${gccchoice} --platform=android-android-$ANDROID_PLATFORM_VERSION --install-dir=${pwd}/android-toolchain
|
||||
${make_toolchain} --toolchain=x86-${gccchoice} --platform=android-$ANDROID_PLATFORM_VERSION --install-dir=${pwd}/android-toolchain
|
||||
if [ ${?} != 0 ]; then
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -148,9 +148,10 @@ my %piper_lang_map = (
|
|||
'espanol' => 'es_ES-sharvard-medium.onnx',
|
||||
'francais' => 'fr_FR-siwis-medium.onnx',
|
||||
'greek' => 'el_GR-rapunzelina-low.onnx',
|
||||
'magyar' => 'hu_HU-anna-medium.onnx',
|
||||
'italiano' => 'it_IT-paola-medium.onnx',
|
||||
# 'japanese' => '-vja',
|
||||
# 'korean' => '-vko',
|
||||
'magyar' => 'hu_HU-anna-medium.onnx',
|
||||
'nederlands' => 'nl_NL-mls-medium.onnx',
|
||||
'norsk' => 'no_NO-talesyntese-medium.onnx',
|
||||
'polski' => 'pl_PL-gosia-medium.onnx',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue