ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.58k stars 871 forks source link

Quickfix x86 builds #2129

Open 0x41c opened 1 year ago

0x41c commented 1 year ago

A small patch for the time being until the build environment gets rewritten. I attempted to have EXCLUDED_ARCHS set from the xcconfig, but it just wouldn't take and I'd still get issues when it'd try cross compiling the arm64 build. I've left a comment about that unless there's another way of getting the following line to work:

EXCLUDED_ARCHS[sdk=macosx*][arch=x86_64] = arm64

This is all under the assumption that universal builds just won't make the cut for iSH.

randomnessExistance commented 1 year ago

2129

62f commented 1 year ago

2129 @randomnessExistance No, more like so:

/pull/2129

Robertearl5770 commented 1 year ago

This 2 file changed was that on the ish shell ?