Skip to content

Commit

Permalink
[build] change Mac OS X platform target to avoid mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jan 7, 2016
1 parent 1caad0d commit aa76b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/gyp/test/mac/app-bundle/test-assets-catalog.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
'xcode_settings': {
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.10',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion platform/linux/mapboxgl-app.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
'SDKROOT': 'macosx',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.10',
}
}, {
'cflags_cc': [ '<@(cflags_cc)' ],
Expand Down

0 comments on commit aa76b68

Please sign in to comment.