Reverts comment of fetchSubmodules
This commit is contained in:
parent
46fe1d2b1f
commit
edbdcf4627
1 changed files with 6 additions and 6 deletions
12
lib.zig
12
lib.zig
|
|
@ -57,12 +57,12 @@ pub fn Pkg(pkgdir: []const u8) type {
|
|||
}
|
||||
exe.linkLibC();
|
||||
|
||||
//fetchSubmodules(exe.builder) catch
|
||||
// std.debug.warn(
|
||||
// \\Warning:
|
||||
// \\Unable to fetch git submodule(s) Assuming package folder is not under
|
||||
// \\version control. If build fails, this is probably why.
|
||||
//, .{});
|
||||
fetchSubmodules(exe.builder) catch
|
||||
std.debug.warn(
|
||||
\\Warning:
|
||||
\\Unable to fetch git submodule(s) Assuming package folder is not under
|
||||
\\version control. If build fails, this is probably why.
|
||||
, .{});
|
||||
|
||||
exe.addIncludeDir(pkgdir ++ "/raylib/src");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue