summaryrefslogtreecommitdiff
path: root/contrib/depends/gen_toolchain.cmake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/depends/gen_toolchain.cmake.sh')
-rwxr-xr-xcontrib/depends/gen_toolchain.cmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/gen_toolchain.cmake.sh b/contrib/depends/gen_toolchain.cmake.sh
index 153c9ed..1a12df7 100755
--- a/contrib/depends/gen_toolchain.cmake.sh
+++ b/contrib/depends/gen_toolchain.cmake.sh
@@ -59,7 +59,7 @@ SET(CMAKE_SYSTEM_PROCESSOR @arch@)
SET(CMAKE_BUILD_TYPE @release_type@)
SET(CMAKE_CXX_STANDARD 14)
LIST(APPEND CMAKE_PROGRAM_PATH @nativeprefix@/bin)
-
+SET(MANUAL_SUBMODULES true)
OPTION(STATIC "Link libraries statically" ON)
OPTION(TREZOR_DEBUG "Main trezor debugging switch" OFF)
OPTION(BUILD_TESTS "Build tests." OFF)