Skip to content

Commit 5200a17

Browse files
committed
Fix for wheel: pyppmd
1 parent 3c3b411 commit 5200a17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spk/beets/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ ifeq ($(call version_lt, $(TC_GCC), 5.0),1)
4646
WHEELS_CFLAGS += [pycryptodomex] -std=c11
4747
endif
4848

49+
# [pyppmd]
50+
ifeq ($(call version_lt, $(TC_GCC), 5.0),1)
51+
WHEELS_CFLAGS += [pyppmd] -std=gnu11
52+
endif
53+
4954
# TODO: The following plugins are currently unsupported due to dependency issues:
5055
# autobpm, bpd, metasync, and replaygain.
5156

0 commit comments

Comments
 (0)