disable wrap mode for debian (if deps are missing we don't run packaging)

This commit is contained in:
Mario Limonciello 2021-06-04 16:14:03 -05:00 committed by Richard Hughes
parent 70dd892f9d
commit 6ab897f66b

View File

@ -13,7 +13,7 @@ endif
CONFARGS =
ifneq ($(CI),)
CONFARGS += --werror --wrap-mode=default
CONFARGS += --werror
endif
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))