Skip to content

Commit

Permalink
Merge pull request #39 from brightray/mac-x64
Browse files Browse the repository at this point in the history
Build 64-bit on OS X
  • Loading branch information
aroben committed Dec 2, 2013
2 parents 56237a5 + c9c218e commit 837bd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brightray/brightray.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'target_defaults': {
'xcode_settings': {
'ALWAYS_SEARCH_USER_PATHS': 'NO',
'ARCHS': '$(ARCHS_STANDARD_32_BIT)',
'ARCHS': '$(ARCHS_STANDARD_64_BIT)',
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11',
'CLANG_CXX_LIBRARY': 'libstdc++',
'COMBINE_HIDPI_IMAGES': 'YES',
Expand Down
2 changes: 1 addition & 1 deletion brightray/vendor/libchromiumcontent
Submodule libchromiumcontent updated from 425276 to 5cce38

0 comments on commit 837bd78

Please sign in to comment.