phoboslab / JavaScriptCore-iOS

Apple's JavaScript Engine, with modified project files for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build process does not create include an x86_64 version of the library in the framework

bradtheappguy opened this issue · comments

Currently the final framework generated by make.py creates a fat static library with armv7,armv7s, arm64, and i386 (simulator).

It would be nice to have x86_64 added for use in the 64 bit iPhone Simulator.