Skip to content

Commit

Permalink
Update for latest Theos
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Jul 30, 2022
1 parent 3b7c6dc commit b4946bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifeq ($(SUBPKG),)
ifneq ($(IS_OSS_SWIFT),)
SUBPKG := 0
else
ifeq ($(shell $(THEOS_BIN_PATH)/vercmp.pl $(APPLE_SWIFT_VERSION) ge 5.3),1)
ifeq ($(call __vercmp,$(APPLE_SWIFT_VERSION),ge,5.3),1)
SUBPKG := 1
else
SUBPKG := 0
Expand All @@ -48,7 +48,7 @@ before-package::
-e 's/\$${SUBPKG_NAME}/$(SUBPKG_$(SUBPKG)_NAME)/g' \
-e 's/\$${SUBPKG_FW}/$(SUBPKG_$(SUBPKG)_FW)/g' \
-e 's/\$${PKG_VERSION}/$(_THEOS_INTERNAL_PACKAGE_VERSION)/g' \
$(_THEOS_ESCAPED_STAGING_DIR)/DEBIAN/control$(ECHO_END)
$(THEOS_STAGING_DIR)/DEBIAN/control$(ECHO_END)

internal-stage::
$(ECHO_NOTHING)mkdir -p $(THEOS_PACKAGE_DIR)$(ECHO_END)
Expand Down

0 comments on commit b4946bb

Please sign in to comment.