Skip to content

Commit

Permalink
fix build of ciso8601 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Feb 2, 2023
1 parent 14c9eb0 commit 6490554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spk/homeassistant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,15 @@ WHEELS_CFLAGS = [numpy] -O0
endif
endif

# [pycryptodomex]
# [pycryptodome] [pycryptodomex] [ciso8601]
ifeq ($(call version_ge, ${TC_GCC}, 4.9),1)
WHEELS_CFLAGS += [pycryptodome] -std=c11
WHEELS_CFLAGS += [pycryptodomex] -std=c11
WHEELS_CFLAGS += [ciso8601] -std=c11
else
WHEELS_CFLAGS += [pycryptodome] -std=c99
WHEELS_CFLAGS += [pycryptodomex] -std=c99
WHEELS_CFLAGS += [ciso8601] -std=c99
endif


Expand Down

0 comments on commit 6490554

Please sign in to comment.