We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff81b56 commit 485f5ccCopy full SHA for 485f5cc
Makefile
@@ -18,15 +18,12 @@ SUBPKG_1_ID = 14
18
SUBPKG_1_NAME = iOS 14
19
SUBPKG_1_FW = firmware (>= 14.0), firmware (<< 15.0)
20
21
-LOCAL_SWIFTC := $(TARGET_SWIFTC)
22
-$(info Swift version $(shell $(LOCAL_SWIFTC) --version))
23
-
24
-IS_OSS_SWIFT := $(shell $(LOCAL_SWIFTC) --version | grep -q swiftlang || echo 1)
+IS_OSS_SWIFT := $(shell swiftc --version | grep -q swiftlang || echo 1)
25
ifeq ($(SUBPKG),)
26
ifneq ($(IS_OSS_SWIFT),)
27
SUBPKG := 0
28
else
29
-APPLE_SWIFT_VERSION := $(shell $(LOCAL_SWIFTC) --version | cut -d' ' -f4)
+APPLE_SWIFT_VERSION := $(shell swiftc --version | cut -d' ' -f4)
30
ifeq ($(shell $(THEOS_BIN_PATH)/vercmp.pl $(APPLE_SWIFT_VERSION) ge 5.3),1)
31
SUBPKG := 1
32
0 commit comments