diff options
author | jaseg <code@jaseg.net> | 2016-04-28 22:30:18 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2016-04-28 22:40:14 +0200 |
commit | 9f3492f131cd6faac5c24e9c829f4f70a108ee26 (patch) | |
tree | 56d351d73105cdac7bee644186fd7b3488cbb4b3 /.gitmodules | |
parent | 64e25bef9c8e797f2c1af2f73b8faa6c46456fef (diff) | |
download | lolcat-9f3492f131cd6faac5c24e9c829f4f70a108ee26.tar.gz lolcat-9f3492f131cd6faac5c24e9c829f4f70a108ee26.tar.bz2 lolcat-9f3492f131cd6faac5c24e9c829f4f70a108ee26.zip |
Compile dynamically linked executables on MacOS
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f80450c..a956631 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "musl"] path = musl url = git://git.musl-libc.org/musl +[submodule "memorymapping"] + path = memorymapping + url = https://github.com/NimbusKit/memorymapping |