From d0d4afa39191409daa2771d1c2df75805416d335 Mon Sep 17 00:00:00 2001 From: Maurizio Crocci Date: Sat, 10 Jul 2021 03:31:14 +0100 Subject: [PATCH] Temporary comment of fetchSubmodules --- lib.zig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib.zig b/lib.zig index 3a25083..4c8270d 100644 --- a/lib.zig +++ b/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");