From 1e84d77815b5918e7d591aa983389bae5d2a8745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gonz=C3=A1lez?= Date: Wed, 27 Mar 2024 10:01:32 +0000 Subject: [PATCH] Correct information on cross compilation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás González --- src/parsec_service/build_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parsec_service/build_run.md b/src/parsec_service/build_run.md index eff2b63..eacd03c 100644 --- a/src/parsec_service/build_run.md +++ b/src/parsec_service/build_run.md @@ -128,6 +128,6 @@ sudo apt install protobuf-compiler The Parsec service can be cross-compiled to other target triplets. You might need to install a cross-compilation C toolchain for the target you want to compile for. The default ones are indicated -in the `.cargo/config` file. +in `parsec-service-test-cross-compile.Dockerfile`. *Copyright 2022 Contributors to the Parsec project.*