diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-16 04:15:19 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-16 04:15:19 -0400 |
commit | b23c358e3d837bc4aab1444d23dd1d5915a79777 (patch) | |
tree | 45f06e02535ee3746f38d0d9de4f1c20cf1e58fb | |
parent | cdc73498e3863c1ac60dc08db24661be79b1b426 (diff) |
externals: submodule tzdb_to_nx
Fix for Flatpak being unable to download during CMake configure.
-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 @@ [submodule "libadrenotools"] path = externals/libadrenotools url = https://github.com/bylaws/libadrenotools +[submodule "tzdb_to_nx"] + path = externals/nx_tzdb/tzdb_to_nx + 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 |