mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
revert enabling arm64 by default
This commit is contained in:
@@ -52,8 +52,11 @@ module Motion; module Project;
|
||||
|
||||
def archs
|
||||
@archs ||= begin
|
||||
# By default, do not build with 64-bit, as it's still experimental.
|
||||
# No longer build for armv7s by default.
|
||||
archs = super
|
||||
archs['iPhoneSimulator'].delete('x86_64')
|
||||
archs['iPhoneOS'].delete('arm64')
|
||||
archs['iPhoneOS'].delete('armv7s')
|
||||
archs
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user