Skip to content

Commit 31a419b

Browse files
committed
Create virtual environment for gettext build when updating tx config
1 parent f964442 commit 31a419b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manage_translation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def _clone_cpython_repo(version: str):
9090

9191

9292
def _build_gettext():
93+
_call("make -C cpython/Doc/ venv")
9394
_call("make -C cpython/Doc/ gettext")
9495

9596

0 commit comments

Comments
 (0)