| ... | @@ -1896,7 +1896,7 @@ pub const LibExeObjStep = struct { | ... | @@ -1896,7 +1896,7 @@ pub const LibExeObjStep = struct { |
| 1896 | /// When a binary cannot be ran through emulation or the option is disabled, a warning | 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. | 1897 | /// will be printed and the binary will *NOT* be ran. |
| 1898 | pub fn runEmulatable(exe: *LibExeObjStep) *EmulatableRunStep { | 1898 | pub fn runEmulatable(exe: *LibExeObjStep) *EmulatableRunStep { |
| 1899 | assert(exe.kind == .exe or exe.kind == .text_exe); | 1899 | assert(exe.kind == .exe or exe.kind == .test_exe); |
| 1900 | | 1900 | |
| 1901 | const run_step = EmulatableRunStep.create(exe.builder.fmt("run {s}", .{exe.step.name}), exe); | 1901 | const run_step = EmulatableRunStep.create(exe.builder.fmt("run {s}", .{exe.step.name}), exe); |
| 1902 | if (exe.vcpkg_bin_path) |path| { | 1902 | if (exe.vcpkg_bin_path) |path| { |