mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
fix initial build failing
This commit is contained in:
parent
1524e7dcac
commit
f940c326c2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ all: check
|
||||||
./tools/build_ui.sh
|
./tools/build_ui.sh
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.build/i18n: i18n/po $(wildcard i18n/po/desktop/*/anki.po) $(wildcard i18n/ftl/core/*/*.ftl)
|
.build/i18n: $(wildcard i18n/po/desktop/*/anki.po) $(wildcard i18n/ftl/core/*/*.ftl)
|
||||||
(cd i18n && ./pull-git && ./build-mo-files && ./copy-qt-files && ./copy-ftl-files)
|
(cd i18n && ./pull-git && ./build-mo-files && ./copy-qt-files && ./copy-ftl-files)
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue