diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-07 17:04:17 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-07 17:04:17 +0100 |
| commit | 58468fc093d08f03ad5a4ccb26a8dc435cd848c4 (patch) | |
| tree | 83aed5e96fdf2d4cbed807923c5191e72c14362d /contrib | |
| parent | a858a8aadfab418b6b284f19640f4c29b19678ef (diff) | |
all updated :o
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/depends/.gitignore | 3 | ||||
| -rw-r--r-- | contrib/depends/Makefile | 5 | ||||
| -rwxr-xr-x | contrib/depends/gen_toolchain.cmake.sh | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/contrib/depends/.gitignore b/contrib/depends/.gitignore deleted file mode 100644 index e17c25c..0000000 --- a/contrib/depends/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -_ -*-*-* -_native
\ No newline at end of file diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 0667624..a998193 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -2,8 +2,9 @@ HOST ?= -PACKAGES = native/cmake,native/python@3.14,native/git,native/_,native/make,native/cmake-toolchain,icu4c,boost@1_90_0,zeromq,unbound,sodium,openssl,libiconv,zlib -SIMPLYBS_HASH = f6eb673d26451799dfc9082761ae5c635b8878a0 +BOOST_VERSION ?= 1_90_0 +PACKAGES = native/cmake,native/python@3.14,native/git,native/_,native/make,native/cmake-toolchain,icu4c,boost@$(BOOST_VERSION),zeromq,unbound,sodium,openssl,libiconv,zlib +SIMPLYBS_HASH = 184235706c2665432304ef28b106da52807a9686 all: simplybs $(if $(HOST),sbs-build-$(HOST),) @if [ -z "$(HOST)" ]; then \ 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) |
