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