We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f841327 commit 6336aafCopy full SHA for 6336aaf
build.zig
@@ -465,7 +465,7 @@ pub fn build(b: *std.Build) !void {
465
const tokencap_lib_install = b.addInstallArtifact(tokencap_lib, .{ .dylib_symlinks = false });
466
util_libs_step.dependOn(&tokencap_lib_install.step);
467
468
- if (build_coresight and target.result.cpu.arch.isAARCH64() and target.result.ofmt == .elf) {
+ if (build_coresight and target.result.cpu.arch.isAARCH64() and target.result.os.tag == .linux) {
469
// TODO: CoreSight mode (coresight_mode/GNUmakefile)
470
}
471
0 commit comments