File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ endif
339339if USE_SWIG_PYTHON
340340check-swig-python :
341341 $(AM_V_at )$(PYTHON ) -m virtualenv $(top_builddir ) /venv
342+ $(AM_V_at ) . $(top_builddir ) /venv/bin/activate
342343 $(AM_V_at )$(top_builddir ) /venv/bin/python -m pip install $(top_srcdir )
343344 $(AM_V_at )$(top_builddir ) /venv/bin/python swig_python/contrib/aes.py
344345 $(AM_V_at )$(top_builddir ) /venv/bin/python swig_python/contrib/aes.py
@@ -355,6 +356,8 @@ if BUILD_ELEMENTS
355356 $(AM_V_at)$(top_builddir)/venv/bin/python swig_python/contrib/elements_tx.py
356357 $(AM_V_at)$(top_builddir)/venv/bin/python pyexample/liquid/receive-send.py
357358endif
359+ $(AM_V_at)deactivate
360+
358361else # USE_SWIG_PYTHON
359362check-swig-python : ;
360363endif # USE_SWIG_PYTHON
You can’t perform that action at this time.
0 commit comments