mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
deactivate trezor submodule
This commit is contained in:
parent
a1a7fc57de
commit
ed88826e04
2 changed files with 2 additions and 1 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -5,6 +5,7 @@
|
|||
path = external/rapidjson
|
||||
url = https://github.com/Tencent/rapidjson
|
||||
[submodule "external/trezor-common"]
|
||||
active = false
|
||||
path = external/trezor-common
|
||||
url = https://github.com/trezor/trezor-common.git
|
||||
[submodule "external/supercop"]
|
||||
|
|
|
@ -367,7 +367,7 @@ if(NOT MANUAL_SUBMODULES)
|
|||
message(STATUS "Checking submodules")
|
||||
check_submodule(external/miniupnp)
|
||||
check_submodule(external/rapidjson)
|
||||
check_submodule(external/trezor-common)
|
||||
#check_submodule(external/trezor-common)
|
||||
check_submodule(external/randomwow)
|
||||
check_submodule(external/supercop)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue