Skip to content

Commit

Permalink
switching to 64 bit arch for simulator as well (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
csomor authored Jun 10, 2023
1 parent c6fd0db commit b391d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/config/iPhoneSimulator
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

IPHONE_SDK = iPhoneSimulator
POCO_TARGET_OSARCH = i686
POCO_TARGET_OSARCH = x86_64
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)

include $(POCO_BASE)/build/config/iPhone
2 changes: 1 addition & 1 deletion build/config/iPhoneSimulator-clang
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

IPHONE_SDK = iPhoneSimulator
POCO_TARGET_OSARCH = i686
POCO_TARGET_OSARCH = x86_64
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)

include $(POCO_BASE)/build/config/iPhone-clang
2 changes: 1 addition & 1 deletion build/config/iPhoneSimulator-clang-libc++
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

IPHONE_SDK = iPhoneSimulator
POCO_TARGET_OSARCH = i686
POCO_TARGET_OSARCH = x86_64
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)

include $(POCO_BASE)/build/config/iPhone-clang-libc++

0 comments on commit b391d86

Please sign in to comment.