Open jeffatrad opened 5 years ago
Hi, Thomas - that method seems to just be using Apple-clang? I'm trying to build without MacOS at all...
It builds the required compiler (for bitcode stuff) from the sources. Their compiler is open source.
jeffatrad notifications@github.com schrieb am Do., 31. Okt. 2019, 23:06:
Hi, Thomas - that method seems to just be using Apple-clang? I'm trying to build without MacOS at all...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tpoechtrager/osxcross/issues/204?email_source=notifications&email_token=AASY5JHGCJZL63UEXX66EY3QRNJFLA5CNFSM4JHSQUC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECZMUPI#issuecomment-548588093, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASY5JDMGH4ZQQY7XA5Y473QRNJFLANCNFSM4JHSQUCQ .
Innnnteresting... I'll look into that!
This same toolchain builds ios and tvos binaries well too - we've been using it for a year or so. The only problem is that tvos requires bitcode (it's optional for ios). It looks like the clang/llvm bitcode isn't compatible with Apple's submission process. I was wondering if anyone has any experience trying to get this to work...