mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
builder: add support for cross compiling to Darwin
This means that it will be possible to generate a Darwin binary on any platform (Windows, Linux, and MacOS of course), including CGo. Of course, the resulting binaries can only run on MacOS itself. The binary links against libSystem.dylib, which is a shared library. The macos-minimal-sdk repository contains open source header files and generated symbol stubs so we can generate a stub libSystem.dylib without copying any closed source code.
This commit is contained in:
committed by
Ron Evans
parent
850a5fdbfb
commit
cdd267fa10
Submodule
+1
Submodule lib/macos-minimal-sdk added at a9a5a723a6
Reference in New Issue
Block a user