deactivate trezor submodule

This commit is contained in:
wowario 2023-01-31 00:37:26 +03:00
parent a1a7fc57de
commit ed88826e04
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
2 changed files with 2 additions and 1 deletions

1
.gitmodules vendored
View file

@ -5,6 +5,7 @@
path = external/rapidjson path = external/rapidjson
url = https://github.com/Tencent/rapidjson url = https://github.com/Tencent/rapidjson
[submodule "external/trezor-common"] [submodule "external/trezor-common"]
active = false
path = external/trezor-common path = external/trezor-common
url = https://github.com/trezor/trezor-common.git url = https://github.com/trezor/trezor-common.git
[submodule "external/supercop"] [submodule "external/supercop"]

View file

@ -367,7 +367,7 @@ if(NOT MANUAL_SUBMODULES)
message(STATUS "Checking submodules") message(STATUS "Checking submodules")
check_submodule(external/miniupnp) check_submodule(external/miniupnp)
check_submodule(external/rapidjson) check_submodule(external/rapidjson)
check_submodule(external/trezor-common) #check_submodule(external/trezor-common)
check_submodule(external/randomwow) check_submodule(external/randomwow)
check_submodule(external/supercop) check_submodule(external/supercop)
endif() endif()