[lttng-dev] [PATCH babeltrace] Fix: use the configured swig executable
Michael Jeanson
mjeanson at efficios.com
Mon Sep 18 21:28:13 UTC 2017
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
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 fe1c83b..9474ebb 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.7.4
More information about the lttng-dev
mailing list