mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
buildinfo required to generate hooks
This commit is contained in:
parent
4bb3d7a958
commit
402a594c7b
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ PROTODEPS := $(wildcard ../proto/*.proto)
|
|||
python tools/genhooks.py
|
||||
@touch $@
|
||||
|
||||
BUILD_STEPS := .build/run-deps .build/dev-deps .build/py-proto .build/hooks anki/buildinfo.py
|
||||
BUILD_STEPS := .build/run-deps .build/dev-deps .build/py-proto anki/buildinfo.py .build/hooks
|
||||
|
||||
# Checking
|
||||
######################
|
||||
|
|
|
@ -39,7 +39,7 @@ TSDEPS := $(wildcard ts/src/*.ts)
|
|||
python tools/genhooks.py
|
||||
@touch $@
|
||||
|
||||
BUILD_STEPS := .build/run-deps .build/dev-deps .build/js .build/ui .build/hooks .build/i18n aqt/buildinfo.py
|
||||
BUILD_STEPS := .build/run-deps .build/dev-deps .build/js .build/ui aqt/buildinfo.py .build/hooks .build/i18n
|
||||
|
||||
# Checking
|
||||
######################
|
||||
|
|
Loading…
Reference in a new issue