X-Git-Url: https://git.saurik.com/veency.git/blobdiff_plain/20b5b9d9998228be7c13d8742cd425f3662882cf..55c894179a8b3bb011b0e6b66a7f685ee84251ff:/makefile diff --git a/makefile b/makefile index bab6125..60f0486 100644 --- a/makefile +++ b/makefile @@ -43,4 +43,7 @@ ADDITIONAL_LDFLAGS += -lz ADDITIONAL_LDFLAGS += -F/System/Library/PrivateFrameworks ADDITIONAL_LDFLAGS += -weak_reference_mismatches weak +ADDITIONAL_CFLAGS += -mllvm -arm-reserve-r9 +ADDITIONAL_LDFLAGS += -Xarch_armv6 -Wl,-lgcc_s.1 + include $(THEOS_MAKE_PATH)/tweak.mk