build: Skip Python bindings during distcheck
setup.py attempts to relink the bindings at installation time, which breaks distcheck. Thus, disable the Python bindings during distcheck for now.
This commit is contained in:
parent
0a9d05dc7c
commit
9448951db5
|
@ -22,6 +22,9 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
AM_LIBTOOLFLAGS = --silent
|
||||
GNUMAKEFLAGS = --no-print-directory
|
||||
|
||||
# distutils/setuptools cause trouble on distcheck. Disable for now.
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-python
|
||||
|
||||
FIRMWARE_DIR = $(datadir)/sigrok-firmware
|
||||
|
||||
local_includes = -Iinclude -I$(srcdir)/include -I$(srcdir)/src -I.
|
||||
|
|
Loading…
Reference in New Issue