[Submodules] Update submodules

This commit is contained in:
momo5502 2018-12-28 18:42:32 +01:00
parent a1385f0a33
commit f13923979b
7 changed files with 6 additions and 8 deletions

2
deps/libtomcrypt vendored

@ -1 +1 @@
Subproject commit d432b13139ced07e309552f2a4893116883d434a
Subproject commit 01c455c3d5f781312de84594a11e102a20d5b959

2
deps/libtommath vendored

@ -1 +1 @@
Subproject commit 9ff526fa2218f8697dcd0c9821330fa04682eb75
Subproject commit 13444a8af2d077eda8fd0be017cac2dad20465dc

2
deps/mongoose vendored

@ -1 +1 @@
Subproject commit e2dfac946dd4e4fa2312fde0aae90b18e738ad12
Subproject commit e9a8e5468d9e6e37fd2813decfd49f0d5312e66e

2
deps/pdcurses vendored

@ -1 +1 @@
Subproject commit 03212c5e1783cd41370860903149245bbe36b1fa
Subproject commit 2b9bb5d0c8fc563fec431cf24efb0f985e4b43b7

2
deps/zlib vendored

@ -1 +1 @@
Subproject commit 41d86c73b21191a3fa9ea5f476fc9f1fc5e4f8b3
Subproject commit 7c0c75e990ca5395139c148f120042048b0ce091

View File

@ -38,7 +38,6 @@ function zlib.project()
}
defines
{
"ZLIB_DLL",
"_CRT_SECURE_NO_DEPRECATE",
}

View File

@ -219,8 +219,7 @@ protobuf.setup
zlib.setup
{
defines = {
"ZLIB_CONST",
"ssize_t=int"
"ZLIB_CONST"
},
source = path.join(depsBasePath, "zlib"),
}