Przeglądaj źródła

Merge pull request #136 from apolukhin/master

Add stacktrace library to master branch
Rene Rivera 9 lat temu
rodzic
commit
378e3d9e61
2 zmienionych plików z 5 dodań i 0 usunięć
  1. 4 0
      .gitmodules
  2. 1 0
      libs/stacktrace

+ 4 - 0
.gitmodules

@@ -530,3 +530,7 @@
 	path = libs/process
 	url = ../process.git
 	fetchRecurseSubmodules = on-demand
+[submodule "stacktrace"]
+	path = libs/stacktrace
+	url = ../stacktrace.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 0
libs/stacktrace

@@ -0,0 +1 @@
+Subproject commit a164f0385cf3ccec126c3cc4ac4716fc8a034d37

粤ICP备19079148号