Build: Tell setup.py where to find SWIG
This commit is contained in:
parent
3f03ffaf2f
commit
90420ef6bc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue