mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Fix SIMMIPS build with latest XCode (Thanks Ivan!)
R=iposva@google.com Review URL: https://codereview.chromium.org//44843002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29264 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
5963f11d75
commit
515cfcc3cc
1 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,13 @@
|
|||
},
|
||||
},
|
||||
|
||||
'Dart_simmips_Base': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
'ARCHS': [ 'i386' ],
|
||||
},
|
||||
},
|
||||
|
||||
'Dart_Release': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
|
|
Loading…
Reference in a new issue