[lttng-dev] [PATCH babeltrace] Fix: use the configured swig executable
Jérémie Galarneau
jeremie.galarneau at efficios.com
Mon Sep 18 21:52:04 UTC 2017
Merged in master and stable-2.0.
Thanks!
Jérémie
On 18 September 2017 at 17:28, Michael Jeanson <mjeanson at efficios.com> wrote:
> 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
>
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list