Use develop branch for libtommath

This commit is contained in:
momo5502 2016-06-14 15:28:42 +02:00
parent 66671fa817
commit 21047a3da3
3 changed files with 2 additions and 3 deletions

1
.gitmodules vendored
View File

@ -8,6 +8,7 @@
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
branch = develop
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/google/protobuf.git

2
deps/libtommath vendored

@ -1 +1 @@
Subproject commit f551dbc8acc4b9c5b82fc4891523656996118da1
Subproject commit 2e1446f93639d3b619a5b17cdcc44bbd63ca0c7e

View File

@ -240,7 +240,6 @@ workspace "iw4x"
kind "StaticLib"
removedefines { "ZLIB_DLL" }
-- json11
project "json11"
language "C++"
@ -260,7 +259,6 @@ workspace "iw4x"
-- always build as static lib, as json11 doesn't export anything
kind "StaticLib"
-- mongoose
project "mongoose"
language "C"