CuraEngine: Ignoring the correct arch!

Should be i386 not amd64..
This commit is contained in:
Thomas Karl Pietrowski 2017-08-21 09:15:23 +02:00 committed by GitHub
parent 035e120116
commit 122e98bbf2

View File

@ -16,7 +16,7 @@ override_dh_auto_configure:
override_dh_install:
dh_install --fail-missing
ifneq ($(DEB_ARCH),amd64)
ifneq ($(DEB_ARCH),i386)
override_dh_auto_test:
@echo "Ignoring tests on $(DEB_ARCH)"
dh_auto_test || true