summaryrefslogtreecommitdiff
path: root/src/build/xcframework.zig
blob: 8713a1c9acf18ae856c085854640199a93a90dbc (plain)
1
2
3
/// Target for xcframework builds. This is a separate file so that
/// our runtime code doesn't need to import build code.
pub const Target = enum { native, universal };