diff options
| author | 2023-06-16 04:15:19 -0400 | |
|---|---|---|
| committer | 2023-06-16 04:15:19 -0400 | |
| commit | b23c358e3d837bc4aab1444d23dd1d5915a79777 (patch) | |
| tree | 45f06e02535ee3746f38d0d9de4f1c20cf1e58fb | |
| parent | nx_tzdb: Support submoduling tzdb_to_nx (diff) | |
| download | yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.gz yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.xz yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.zip | |
externals: submodule tzdb_to_nx
Fix for Flatpak being unable to download during CMake configure.
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | externals/nx_tzdb/tzdb_to_nx | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 95eae8109..89f2ad924 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -52,3 +52,6 @@ | |||
| 52 | [submodule "libadrenotools"] | 52 | [submodule "libadrenotools"] |
| 53 | path = externals/libadrenotools | 53 | path = externals/libadrenotools |
| 54 | url = https://github.com/bylaws/libadrenotools | 54 | url = https://github.com/bylaws/libadrenotools |
| 55 | [submodule "tzdb_to_nx"] | ||
| 56 | path = externals/nx_tzdb/tzdb_to_nx | ||
| 57 | url = https://github.com/lat9nq/tzdb_to_nx.git | ||
diff --git a/externals/nx_tzdb/tzdb_to_nx b/externals/nx_tzdb/tzdb_to_nx new file mode 160000 | |||
| Subproject 34df65eff295c2bd9ee9e6a077d662486d5cabb | |||