gpu-dawn: fix bad merge
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a361f807a9
commit
f321651c62
1 changed files with 2 additions and 2 deletions
|
|
@ -448,9 +448,9 @@ fn downloadFile(allocator: std.mem.Allocator, target_file: []const u8, url: []co
|
||||||
_ = try child.spawnAndWait();
|
_ = try child.spawnAndWait();
|
||||||
}
|
}
|
||||||
|
|
||||||
fn ensureCanDownloadFiles(allocator: std.mem.Allocator) !void {
|
fn ensureCanDownloadFiles(allocator: std.mem.Allocator) void {
|
||||||
const argv = &[_][]const u8{ "curl", "--version" };
|
const argv = &[_][]const u8{ "curl", "--version" };
|
||||||
const result = try std.ChildProcess.exec(.{
|
const result = std.ChildProcess.exec(.{
|
||||||
.allocator = allocator,
|
.allocator = allocator,
|
||||||
.argv = argv,
|
.argv = argv,
|
||||||
.cwd = thisDir(),
|
.cwd = thisDir(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue