adapt projectSetup.sh for use with lib.zig and raylib submodule
This commit is contained in:
parent
8771f17efb
commit
7fc94954b9
2 changed files with 22 additions and 14 deletions
4
lib.zig
4
lib.zig
|
|
@ -84,9 +84,9 @@ pub fn Pkg(pkgdir: comptime []const u8) type {
|
|||
std.debug.warn("unable to create child process for git. build interrupted\n", .{});
|
||||
std.os.exit(1);
|
||||
};
|
||||
|
||||
git_proc.cwd = pkgdir;
|
||||
const term = git_proc.spawnAndWait() catch {
|
||||
std.debug.warn("unable to spawn child processfor git. build interrupted\n", .{});
|
||||
std.debug.warn("unable to spawn child process for git. build interrupted\n", .{});
|
||||
std.os.exit(1);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue