mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Android: install translations into the right place
When updating the NDK I forgot to adjust the install destination for the translations. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7417f865cd
commit
2690325623
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
Mobile: fix missing translations on Android
|
||||||
CSV export: support for multiple cylinders
|
CSV export: support for multiple cylinders
|
||||||
CSV import: support for multiple cylinders for Subsurface CSV files
|
CSV import: support for multiple cylinders for Subsurface CSV files
|
||||||
CSV import: multiple bug fixes for Subsurface CSV files
|
CSV import: multiple bug fixes for Subsurface CSV files
|
||||||
|
|
|
@ -413,8 +413,8 @@ fi
|
||||||
|
|
||||||
# now make the translations
|
# now make the translations
|
||||||
make translations
|
make translations
|
||||||
mkdir -p assets/translations
|
mkdir -p subsurface-mobile-"$ANDROID_ABI"/assets/translations
|
||||||
cp -a translations/*.qm assets/translations
|
cp -a translations/*.qm subsurface-mobile-"$ANDROID_ABI"/assets/translations
|
||||||
|
|
||||||
# now build Subsurface and use the rest of the command line arguments
|
# now build Subsurface and use the rest of the command line arguments
|
||||||
make "$@"
|
make "$@"
|
||||||
|
|
Loading…
Reference in a new issue