Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_mozc.py always generates 32 bit binaries on 64 bit OSX #187

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 5 comments
Closed

Comments

@GoogleCodeExporter
Copy link

After building using the following commands:

  GYP_DEFINES="mac_sdk=10.7 mac_deployment_target=10.7" python build_mozc.py gyp --noqt
  python build_mozc.py build_tools -c Release
  python build_mozc.py build -c Release mac/mac.gyp:GoogleJapaneseInput mac/mac.gyp:gen_launchd_confs

Binaries are successfully generated in out_mac/Release, but each one is an i386 
32 bit binary according to lipo:

  $ lipo -info libsystem_dictionary.a
  Non-fat file: libsystem_dictionary.a is architecture: i386

I've tried specifying that I want x86_64 binaries in gyp/common.gypi:

  'SDKROOT': 'macosx<(mac_sdk)',
  'ARCHS': 'x86_64',

But when I try to rebuild using this modified common.gypi I get the attached 
output. 

Is there a way I can generate 64 bit binaries?

Original issue reported on code.google.com by m...@pierscowburn.com on 8 Apr 2013 at 2:41

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant