This commit is contained in:
2020-11-06 17:55:34 +03:00
parent 1dd16cf29a
commit 285c73e966

View File

@@ -439,8 +439,8 @@ if (NOT CROSSTOOLS)
endif() endif()
else() else()
pip_module(crypt "sodium" "PIP crypt support" "" "") pip_module(crypt "" "PIP crypt support" "" "")
pip_module(compress "zlib" "PIP compression support" "" "") pip_module(compress "" "PIP compression support" "" "")
pip_module(io_utils "pip_crypt" "PIP I/O support" "" " (+crypt)") pip_module(io_utils "pip_crypt" "PIP I/O support" "" " (+crypt)")
endif() endif()
endif() endif()