Browse code

Make it so zlib's submodule being dirty is ignored.

(This is because of what I mentioned in the last commit, where zlib's CMake script modifies a file in the submodule.)

Naram Qashat authored on 2021/03/28 20:54:15
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 [submodule "src/in_xsf_framework/zlib"]
2 2
 	path = src/in_xsf_framework/zlib
3 3
 	url = https://github.com/madler/zlib
4
+	ignore = dirty
4 5
 [submodule "src/in_xsf_framework/wxWidgets"]
5 6
 	path = src/in_xsf_framework/wxWidgets
6 7
 	url = https://github.com/wxWidgets/wxWidgets