mirror of https://github.com/opa334/TrollStore.git
Fix compilation
This commit is contained in:
parent
739e045581
commit
27534fb48d
|
@ -1,4 +1,4 @@
|
||||||
TARGET := iphone:clang:14.5:14.0
|
TARGET := iphone:clang:16.4:14.0
|
||||||
ARCHS = arm64
|
ARCHS = arm64
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
export EMBEDDED_ROOT_HELPER ?= 0
|
export EMBEDDED_ROOT_HELPER ?= 0
|
||||||
|
|
||||||
TARGET := iphone:clang:14.5:14.0
|
TARGET := iphone:clang:16.4:14.0
|
||||||
INSTALL_TARGET_PROCESSES = TrollStorePersistenceHelper
|
INSTALL_TARGET_PROCESSES = TrollStorePersistenceHelper
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
TARGET := iphone:clang:14.5:14.0
|
TARGET := iphone:clang:16.4:14.0
|
||||||
INSTALL_TARGET_PROCESSES = TrollStore
|
INSTALL_TARGET_PROCESSES = TrollStore
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
|
Loading…
Reference in New Issue