Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Fuchs <manuel.fuchs@salesforce.com>
  • Loading branch information
hone and Malax committed Jun 21, 2023
1 parent fc4f442 commit 6ff05ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-package/src/cross_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The easiest way to install 'musl-gcc' is to install the 'musl-tools' package:
],
},
Err(_) => CrossCompileAssistance::HelpText(String::from(
r#"For cross-compilation from Linux to aarch64-unknown-linux-musl, a C compile and
r#"For cross-compilation from Linux to aarch64-unknown-linux-musl, a C compiler and
linker for the target platform must installed on your computer.
The easiest way to install the 'g++-aarch64-linux-gnu', 'libc6-dev-arm64-cross', and 'musl-tools' packages:
Expand Down

0 comments on commit 6ff05ef

Please sign in to comment.