Browse Source

PEMA-107 Update rust toolchain version for sequoia

pull/30/head
ignaciogarcia 3 years ago
parent
commit
c9f77caab7
No known key found for this signature in database GPG Key ID: 5E6A455C909DD623
  1. 2
      android/external/MakefileTemplate

2
android/external/MakefileTemplate

@ -266,7 +266,7 @@ CARGO_TARGET_DIR=$(EXTERNAL_ROOT)/../build/
sequoia.src.stamp: ../downloads/sequoia.tar.gz
mkdir -p sequoia
cd sequoia && tar xvf ../$<
$(SED) -i 's,1.48.0,1.49.0,' sequoia/rust-toolchain
$(SED) -i 's,1.48.0,1.64.0,' sequoia/rust-toolchain
cd sequoia && cargo update -p nettle-sys --precise 2.0.8
mkdir -p $(LOCAL)/lib/
# This is a bad fix, we should move this to a common makefile (but not the .conf one)

Loading…
Cancel
Save