diff options
author | bunnei <[email protected]> | 2020-06-16 21:46:19 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-16 21:46:19 -0400 |
commit | 2a3d4cad63f80151893ee49ee205c5f72aefd321 (patch) | |
tree | f18ce34026676736f0c2fff89da97f952378513d /.gitmodules | |
parent | 798ec003cee8ec3bbb3e706419547e1584b9efc1 (diff) | |
download | yuzu-mainline-2a3d4cad63f80151893ee49ee205c5f72aefd321.tar.gz yuzu-mainline-2a3d4cad63f80151893ee49ee205c5f72aefd321.zip |
externals: Revert to libressl, as build is broken with find_package(OpenSSL). (#4093)
* externals: Revert to libressl, as build is broken with find_package(OpenSLL).
* fixup! externals: Revert to libressl, as build is broken with find_package(OpenSLL).
* fixup! externals: Revert to libressl, as build is broken with find_package(OpenSLL).
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2ec9dda62..9ba8fe207 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,9 @@ [submodule "soundtouch"] path = externals/soundtouch url = https://github.com/citra-emu/ext-soundtouch.git +[submodule "libressl"] + path = externals/libressl + url = https://github.com/citra-emu/ext-libressl-portable.git [submodule "discord-rpc"] path = externals/discord-rpc url = https://github.com/discordapp/discord-rpc.git |