Adjust submodule fetch settings.

Apparently a shallow fetch only gets the latest commit from tinyfiledialogs, so we need to fetch everything. The same doesn't seem to apply to libpng, despite both being on SourceForge.

Meanwhile, there's no reason not to do a shallow fetch for HashLink.
This commit is contained in:
player-03
2022-10-28 23:48:12 -04:00
committed by GitHub
parent 92410ddf73
commit 872e5b2685

2
.gitmodules vendored
View File

@@ -57,7 +57,6 @@
[submodule "project/lib/tinyfiledialogs"]
path = project/lib/tinyfiledialogs
url = https://git.code.sf.net/p/tinyfiledialogs/code
shallow = true
[submodule "project/lib/efsw"]
path = project/lib/efsw
url = https://github.com/SpartanJ/efsw
@@ -81,3 +80,4 @@
[submodule "project/lib/hashlink"]
path = project/lib/hashlink
url = https://github.com/HaxeFoundation/hashlink
shallow = true