We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944f266 commit 0547ffcCopy full SHA for 0547ffc
1 file changed
src/Makefile.am
@@ -339,6 +339,7 @@ endif
339
if USE_SWIG_PYTHON
340
check-swig-python:
341
$(AM_V_at)$(PYTHON) -m virtualenv $(top_builddir)/venv
342
+ $(AM_V_at). $(top_builddir)/venv/bin/activate
343
$(AM_V_at)$(top_builddir)/venv/bin/python -m pip install $(top_srcdir)
344
$(AM_V_at)$(top_builddir)/venv/bin/python swig_python/contrib/aes.py
345
@@ -355,6 +356,8 @@ if BUILD_ELEMENTS
355
356
$(AM_V_at)$(top_builddir)/venv/bin/python swig_python/contrib/elements_tx.py
357
$(AM_V_at)$(top_builddir)/venv/bin/python pyexample/liquid/receive-send.py
358
endif
359
+ $(AM_V_at)deactivate
360
+
361
else # USE_SWIG_PYTHON
362
check-swig-python: ;
363
endif # USE_SWIG_PYTHON
0 commit comments