Skip to content

Commit

Permalink
Revert "Refine Makefile includes"
Browse files Browse the repository at this point in the history
This reverts commit ce6e4b1.
  • Loading branch information
mreid-tt committed Jan 30, 2025
1 parent ce6e4b1 commit ddd3bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spk/sabnzbd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ SERVICE_PORT_TITLE = $(DISPLAY_NAME)
# Admin link for in DSM UI
ADMIN_PORT = $(SERVICE_PORT)

# single include since spksrc.common.mk is called within spksrc.python.mk
include ../../mk/spksrc.python.mk

include ../../mk/spksrc.common.mk
ifeq ($(call version_lt, $(TCVERSION), 7.0),1)
DEPENDS += cross/unrar
else ifeq ($(findstring $(ARCH),comcerto2k),$(ARCH))
Expand All @@ -57,6 +55,8 @@ SPK_COMMANDS = bin/7zz
# [cryptography]
DEPENDS += cross/cryptography

include ../../mk/spksrc.python.mk

# prefer native python tools (pip, maturin, ...) used for orjson
ENV += PATH=$(realpath $(WORK_DIR)/../../../native/$(PYTHON_PACKAGE)/work-native/install/usr/local/bin):$(PATH)

Expand Down

0 comments on commit ddd3bf0

Please sign in to comment.