You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
m...@pierscowburn.com
on 8 Apr 2013 at 2:41Attachments:
The text was updated successfully, but these errors were encountered: