diff --git a/android/external/MakefileTemplate b/android/external/MakefileTemplate index 7e8be26..9633710 100644 --- a/android/external/MakefileTemplate +++ b/android/external/MakefileTemplate @@ -266,7 +266,7 @@ CARGO_TARGET_DIR=$(EXTERNAL_ROOT)/../build/ pEpEngineSequoiaBackend.src.stamp: ../downloads/pEpEngineSequoiaBackend.tar.gz mkdir -p pEpEngineSequoiaBackend cd pEpEngineSequoiaBackend && tar xvf ../$< - $(SED) -i 's,1.48.0,1.60,' pEpEngineSequoiaBackend/rust-toolchain + $(SED) -i 's,1.48.0,1.60.0,' pEpEngineSequoiaBackend/rust-toolchain cp ../Cargo.toml.tmp pEpEngineSequoiaBackend/Cargo.toml mkdir -p $(LOCAL)/lib/ # This is a bad fix, we should move this to a common makefile (but not the .conf one)