Skip to content

Commit

Permalink
Fix for pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Jan 18, 2025
1 parent 98fcb9e commit eabfe53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spk/flexget/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ else
WHEELS += src/requirements-crossenv-greenlet-v1.txt
endif

# [pendulum]
ifeq ($(call version_lt, $(TC_GCC), 5.0),1)
WHEELS_CPPFLAGS += [pendulum] -std=c99
endif

.PHONY: flexget_extra_install
flexget_extra_install:
install -m 644 src/config.yml $(STAGING_DIR)/share/

0 comments on commit eabfe53

Please sign in to comment.