Use develop branch for libtommath
This commit is contained in:
parent
66671fa817
commit
21047a3da3
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -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
2
deps/libtommath
vendored
@ -1 +1 @@
|
||||
Subproject commit f551dbc8acc4b9c5b82fc4891523656996118da1
|
||||
Subproject commit 2e1446f93639d3b619a5b17cdcc44bbd63ca0c7e
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user