From 90420ef6bcc9dc081a3dc39e09df546fbc1e5753 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Tue, 18 Aug 2015 20:09:53 +0200 Subject: [PATCH] Build: Tell setup.py where to find SWIG --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f66c9cea..70ae97b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -563,7 +563,8 @@ $(PDIR)/timestamp: bindings/cxx/libsigrokcxx.la $(PDIR)/sigrok/core/classes.i \ bindings/swig/classes.i bindings/swig/enums.i $(PDOC) \ $(library_include_HEADERS) $(nodist_library_include_HEADERS) $(AM_V_at)$(MAKE) python-quietclean - $(AM_V_GEN)cd $(PDIR) && $(PYTHON) $(abs_srcdir)/$(PDIR)/setup.py --quiet build 3>&1 1>&2 2>&3 \ + $(AM_V_GEN)cd $(PDIR) && $(PYTHON) $(abs_srcdir)/$(PDIR)/setup.py \ + --quiet build_ext --swig "$(SWIG)" build_py build 3>&1 1>&2 2>&3 \ | grep -v "command line option.*Wstrict-prototypes"; true $(AM_V_at)touch $(PDIR)/timestamp