KageKirin / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

loadable_module dependencies broken on mac when building fat binaries #411

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to build the attached project on mac, it fails. I works however if 
target_arch is set to either 32-bit or 64-bit. The error when trying to build 
for a fat binary is about a missing dependency on a 
target_c_standalone_helper.so.TOC. Exact error is:

ninja: Entering directory `out/Default'
ninja: error: 'target_c_standalone_helper.so.TOC', needed by 
'libc_standalone.a', missing and no known rule to make it

Original issue reported on code.google.com by sdefresne@chromium.org on 27 Feb 2014 at 5:11

Attachments: