From 9d69da48590e1b1833c5a80eb6f7b6928550569d Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 18 Sep 2017 17:28:13 -0400 Subject: [PATCH] Fix: use the configured swig executable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- bindings/python/bt2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/bt2/Makefile.am b/bindings/python/bt2/Makefile.am index fe1c83b1..9474ebb3 100644 --- a/bindings/python/bt2/Makefile.am +++ b/bindings/python/bt2/Makefile.am @@ -80,7 +80,7 @@ copy-static-deps.stamp: $(STATIC_BINDINGS_DEPS) touch $@ build-python-bindings.stamp: copy-static-deps.stamp $(GENERATED_BINDINGS_DEPS) - $(BUILD_FLAGS) $(PYTHON) $(builddir)/setup.py build_ext + $(BUILD_FLAGS) $(PYTHON) $(builddir)/setup.py build_ext --swig "$(SWIG)" $(BUILD_FLAGS) $(PYTHON) $(builddir)/setup.py build touch $@ -- 2.34.1