summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2018-01-03 21:43:57 -0500
committerGravatar bunnei2018-01-03 21:43:57 -0500
commit8be46f412e48db4624265379319adfe6ed3d5e4c (patch)
treedf5889d982d2dbac9bbdecaa34718b9f0a71286c
parentarm: Remove SkyEye/Dyncom code that is ARMv6-only. (diff)
downloadyuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.gz
yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.xz
yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.zip
gitmodules: Fix to include lz4.
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index db60706c9..1ebbd57cd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -31,3 +31,6 @@
31[submodule "cpr"] 31[submodule "cpr"]
32 path = externals/cpr 32 path = externals/cpr
33 url = https://github.com/whoshuu/cpr.git 33 url = https://github.com/whoshuu/cpr.git
34[submodule "lz4"]
35 path = externals/lz4
36 url = http://github.com/lz4/lz4.git