diff options
| author | Margen67 <ihatevistaalot@gmail.com> | 2019-06-20 13:07:04 -0700 |
|---|---|---|
| committer | Margen67 <ihatevistaalot@gmail.com> | 2019-06-24 23:15:28 -0700 |
| commit | aea0d8d6b34025976e67c77e5b1d7e088e874619 (patch) | |
| tree | 75e5b1c63ed2a7975f77d4aa8a153f21f28dbde8 /.gitmodules | |
| parent | f7199f6903b64b03a8060b0c7044bb847f4c6519 (diff) | |
[third_party] Update capstone to latest stable
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5474a9e62..81dd602e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "third_party/binutils-ppc-cygwin"] path = third_party/binutils-ppc-cygwin url = https://github.com/benvanik/binutils-ppc-cygwin -[submodule "third_party/capstone"] - path = third_party/capstone - url = https://github.com/xenia-project/capstone.git [submodule "third_party/libav"] path = third_party/libav url = https://github.com/xenia-project/libav.git @@ -43,3 +40,7 @@ [submodule "third_party/aes_128"] path = third_party/aes_128 url = https://github.com/openluopworld/aes_128.git +[submodule "third_party/capstone"] + path = third_party/capstone + url = https://github.com/aquynh/capstone.git + branch = master |
