We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LibExeObjStep.runEmulatable
1 parent b97ae88 commit f645972Copy full SHA for f645972
lib/std/build.zig
@@ -1896,7 +1896,7 @@ pub const LibExeObjStep = struct {
1896
/// When a binary cannot be ran through emulation or the option is disabled, a warning
1897
/// will be printed and the binary will *NOT* be ran.
1898
pub fn runEmulatable(exe: *LibExeObjStep) *EmulatableRunStep {
1899
- assert(exe.kind == .exe or exe.kind == .text_exe);
+ assert(exe.kind == .exe or exe.kind == .test_exe);
1900
1901
const run_step = EmulatableRunStep.create(exe.builder.fmt("run {s}", .{exe.step.name}), exe);
1902
if (exe.vcpkg_bin_path) |path| {
0 commit comments