mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
make sure pyenv is active when fixing
This commit is contained in:
parent
ff7ff5c2b9
commit
c010bb0a37
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -89,6 +89,7 @@ check: pyenv buildhash
|
||||||
.PHONY: fix
|
.PHONY: fix
|
||||||
fix:
|
fix:
|
||||||
@set -e && \
|
@set -e && \
|
||||||
|
. pyenv/bin/activate && \
|
||||||
for dir in $(CHECKABLE); do \
|
for dir in $(CHECKABLE); do \
|
||||||
$(SUBMAKE) -C $$dir fix; \
|
$(SUBMAKE) -C $$dir fix; \
|
||||||
done; \
|
done; \
|
||||||
|
|
Loading…
Reference in a new issue