diff options
| author | Triang3l <triang3l@yandex.ru> | 2021-10-31 16:27:37 +0300 |
|---|---|---|
| committer | Triang3l <triang3l@yandex.ru> | 2021-10-31 16:49:14 +0300 |
| commit | ce68a09b0cd48d9624bce46b7ab38dd2afa952df (patch) | |
| tree | a47da4cbc6b744623dcf3b817381b357c37c8d96 /.gitmodules | |
| parent | cf85bf2efd528b375a9ad019cc9f4f7327b23244 (diff) | |
| parent | ddc3885795590325028233df15bdcb5d3ba950c6 (diff) | |
Merge branch 'master' into vulkan
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 8e5e0dd34..280efab3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,9 +55,6 @@ [submodule "third_party/premake-cmake"] path = third_party/premake-cmake url = https://github.com/Enhex/premake-cmake.git -[submodule "third_party/premake-androidmk"] - path = third_party/premake-androidmk - url = https://github.com/Triang3l/premake-androidmk.git [submodule "third_party/date"] path = third_party/date url = https://github.com/HowardHinnant/date.git @@ -67,6 +64,9 @@ [submodule "third_party/FFmpeg"] path = third_party/FFmpeg url = https://github.com/xenia-project/FFmpeg.git +[submodule "third_party/premake-androidndk"] + path = third_party/premake-androidndk + url = https://github.com/Triang3l/premake-androidndk.git [submodule "third_party/glslang"] path = third_party/glslang url = https://github.com/KhronosGroup/glslang.git |
