this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use relative URLs for Git submodules

+11 -11
+11 -11
.gitmodules
··· 1 1 [submodule "src/external/libdispatch"] 2 2 path = src/external/libdispatch 3 - url = https://github.com/darlinghq/darling-libdispatch.git 3 + url = ../darling-libdispatch.git 4 4 [submodule "src/external/libobjc2"] 5 5 path = src/external/libobjc2 6 - url = https://github.com/darlinghq/darling-libobjc2.git 6 + url = ../darling-libobjc2.git 7 7 [submodule "src/external/libcxx"] 8 8 path = src/external/libcxx 9 - url = https://github.com/darlinghq/darling-libcxx.git 9 + url = ../darling-libcxx.git 10 10 [submodule "src/external/libcxxabi"] 11 11 path = src/external/libcxxabi 12 - url = https://github.com/darlinghq/darling-libcxxabi.git 12 + url = ../darling-libcxxabi.git 13 13 [submodule "src/external/libkqueue"] 14 14 path = src/external/libkqueue 15 - url = https://github.com/darlinghq/darling-libkqueue.git 15 + url = ../darling-libkqueue.git 16 16 [submodule "src/external/zlib"] 17 17 path = src/external/zlib 18 - url = https://github.com/darlinghq/darling-zlib.git 18 + url = ../darling-zlib.git 19 19 [submodule "src/external/bzip2"] 20 20 path = src/external/bzip2 21 - url = https://github.com/darlinghq/darling-bzip2.git 21 + url = ../darling-bzip2.git 22 22 [submodule "src/external/libxml2"] 23 23 path = src/external/libxml2 24 - url = https://github.com/darlinghq/darling-libxml2.git 24 + url = ../darling-libxml2.git 25 25 [submodule "src/external/compiler-rt"] 26 26 path = src/external/compiler-rt 27 - url = https://github.com/darlinghq/darling-compiler-rt.git 27 + url = ../darling-compiler-rt.git 28 28 [submodule "src/external/foundation"] 29 29 path = src/external/foundation 30 - url = https://github.com/darlinghq/darling-foundation.git 30 + url = ../darling-foundation.git 31 31 [submodule "src/external/corefoundation"] 32 32 path = src/external/corefoundation 33 - url = https://github.com/darlinghq/darling-corefoundation.git 33 + url = ../darling-corefoundation.git