dtolnay / linkme

Safe cross-platform linker shenanigans
Apache License 2.0
628 stars 42 forks source link

Add support for other Mach-O targets #47

Closed nvzqz closed 2 years ago

nvzqz commented 2 years ago

iOS and tvOS use the Mach-O executable format, and thus use the same linker sections as macOS.

I considered adding watchOS as watchos but rustc does not have a target specified for it yet.