Revert "Explicitly set target_subarch for iOS."

This reverts commit f6b7265c6bd254b1558b8e04a2c6d2c1769ef4a6.

Reason: Did not have the desired effect of resolving
https://webrtc-codereview.appspot.com/50569004/ due to incorrect
local testing. I suspect these lines need to be at another
variables-level.

TBR=tkchin@webrtc.org
BUG=4503

Review URL: https://webrtc-codereview.appspot.com/47989004

Cr-Commit-Position: refs/heads/master@{#8939}
This commit is contained in:
Henrik Kjellander 2015-04-07 16:23:32 +02:00
parent 2519c45d00
commit 3b71efc56e

View File

@ -147,14 +147,6 @@
['OS=="ios"', {
'build_libjpeg%': 0,
'enable_protobuf%': 0,
'conditions': [
['target_arch=="arm"', {
'target_subarch%': 'arm32',
}],
['target_arch=="arm64"', {
'target_subarch%': 'arm64',
}],
],
}],
['target_arch=="arm" or target_arch=="arm64"', {
'prefer_fixed_point%': 1,