Temporary comment of fetchSubmodules

This commit is contained in:
Maurizio Crocci 2021-07-10 03:31:14 +01:00
parent 73a76bf849
commit d0d4afa391

12
lib.zig
View File

@ -57,12 +57,12 @@ pub fn Pkg(pkgdir: []const u8) type {
} }
exe.linkLibC(); exe.linkLibC();
fetchSubmodules(exe.builder) catch //fetchSubmodules(exe.builder) catch
std.debug.warn( // std.debug.warn(
\\Warning: // \\Warning:
\\Unable to fetch git submodule(s) Assuming package folder is not under // \\Unable to fetch git submodule(s) Assuming package folder is not under
\\version control. If build fails, this is probably why. // \\version control. If build fails, this is probably why.
, .{}); //, .{});
exe.addIncludeDir(pkgdir ++ "/raylib/src"); exe.addIncludeDir(pkgdir ++ "/raylib/src");