|
|
|
|
|
by planede
1132 days ago
|
|
Technically it's possible, but possibly not legal: https://github.com/tpoechtrager/osxcross > Please ensure you have read and understood the Xcode license terms before continuing. According to the EULA you may only use the SDK on Apple-branded computers. But you can use Linux to cross compile to Apple. Do the Visual Studio build tools have more permissive license terms? AFAIK you can have clang-cl on Linux, but you do need a lot of the SDK for it to be useful. No experience there. |
|