Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-02-06 00:55:43 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-02-06 01:11:28 +0300
commit403aedb35db95bda81bdaa33b82065ee193f8cf3 (patch)
tree633cc85adb4830c707af25ff1c14ff4aae1624b8 /.gitmodules
parent32f327378fa99e0ca76d3511e59217d5f08fcb61 (diff)
Add mach_override as a 3rdparty dep and hook it into the OS X overlay.
Prior versions of mach_override were small (a single file), and we just had its source live in the OS X overlay directory. Newer versions of mach_override use libudis86, so the file count goes up a fair bit. So much so that it doesn't make sense to have it live inside the OS X overlay anymore. Because of that, this commit moves it into 3rdparty.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b7db0bcf2..3a20b5bf3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,6 @@
[submodule "3rdparty/minhook-src"]
path = 3rdparty/minhook-src
url = https://github.com/mumble-voip/minhook.git
+[submodule "3rdparty/mach-override-src"]
+ path = 3rdparty/mach-override-src
+ url = git@github.com:rentzsch/mach_override.git