From ea51c54bd7275897808cf1eea2d2abc6ee45a175 Mon Sep 17 00:00:00 2001 From: Karen Tsai Date: Sun, 19 Jun 2016 10:37:51 -0400 Subject: [PATCH] Add i386 slice to support 32-bit iOS simulators --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 27c3edb..df1766e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ THEOS_PACKAGE_DIR_NAME = debs TARGET = simulator:clang +ARCHS = x86_64 i386 DEBUG = 0 GO_EASY_ON_ME = 1 PACKAGE_VERSION = $(THEOS_PACKAGE_BASE_VERSION)