Closed nmichaels closed 4 months ago
linkTtf calls std.zig.system.NativeTargetInfo.detect, which is gone thanks to this breaking change.
linkTtf
std.zig.system.NativeTargetInfo.detect
Here's how far I got:
const target = (std.zig.system.resolveTargetQuery(exe.root_module.resolved_target.?.query) catch @panic("failed to detect native target info!"));
That's clearly wrong, but might have useful pointers for anyone who wants to pick this up. Alternatively, someone who actually knows how build.zig is supposed to work could maybe fix this easily.
linkTtf
callsstd.zig.system.NativeTargetInfo.detect
, which is gone thanks to this breaking change.Here's how far I got:
That's clearly wrong, but might have useful pointers for anyone who wants to pick this up. Alternatively, someone who actually knows how build.zig is supposed to work could maybe fix this easily.