Skip to content

Commit 9c361a4

Browse files
committed
Try passing meson arguments
1 parent 970ca0b commit 9c361a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spk/duplicity/Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ SPK_USR_LOCAL_LINKS += bin:bin/duply
3434

3535
include ../../mk/spksrc.python.mk
3636

37+
# [duplicity]
38+
ifeq ($(findstring $(ARCH),$(ARMv7_ARCHS) $(ARMv8_ARCHS) qoriq),$(ARCH))
39+
MESON_ARGS += -Dimplicit_include_directories=false
40+
WHEELS_BUILD_ARGS += [duplicity] --config-settings=setup-args="$(MESON_ARGS)"
41+
endif
42+
3743
# [cryptography]
3844
DEPENDS += cross/cryptography
3945

0 commit comments

Comments
 (0)