diff options
| author | 2018-01-12 19:37:04 -0500 | |
|---|---|---|
| committer | 2018-01-12 19:37:04 -0500 | |
| commit | 287485e3a75f0dcdd5ccc61facbb9f2d45812f20 (patch) | |
| tree | 4fff93e57bf362c716439456b09e029582bce2e8 | |
| parent | core: Gut out cryptop, since it doesn't compile with C++17. (diff) | |
| download | yuzu-287485e3a75f0dcdd5ccc61facbb9f2d45812f20.tar.gz yuzu-287485e3a75f0dcdd5ccc61facbb9f2d45812f20.tar.xz yuzu-287485e3a75f0dcdd5ccc61facbb9f2d45812f20.zip | |
boost: Update version.
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | externals/boost | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bffbb9ecb..87d156035 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | url = https://github.com/svn2github/inih | 3 | url = https://github.com/svn2github/inih |
| 4 | [submodule "boost"] | 4 | [submodule "boost"] |
| 5 | path = externals/boost | 5 | path = externals/boost |
| 6 | url = https://github.com/citra-emu/ext-boost.git | 6 | url = https://github.com/yuzu-emu/ext-boost.git |
| 7 | [submodule "nihstro"] | 7 | [submodule "nihstro"] |
| 8 | path = externals/nihstro | 8 | path = externals/nihstro |
| 9 | url = https://github.com/neobrain/nihstro.git | 9 | url = https://github.com/neobrain/nihstro.git |
diff --git a/externals/boost b/externals/boost | |||
| Subproject 3abc84abaf63a068cb59a9f9b5675c1947bc6fd | Subproject d80e506e17e69e94f5aa736f7ac30ebebc8e469 | ||