Fix compilation

This commit is contained in:
opa334 2023-11-26 17:45:12 +01:00
parent 739e045581
commit 27534fb48d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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