mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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
|
||||
@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)
|
||||
@touch $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue