File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ impl fmt::Display for Error {
146
146
match * self {
147
147
Error :: EnvNoPkgConfig ( ref name) => write ! ( f, "Aborted because {} is set" , name) ,
148
148
Error :: CrossCompilation => f. write_str (
149
- "pkg-config has not been configured to support cross-compilation.
150
-
151
- Install a sysroot for the target platform and configure it via
152
- PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a
153
- cross-compiling wrapper for pkg-config and set it via
149
+ "pkg-config has not been configured to support cross-compilation.\n \
150
+ \n \
151
+ Install a sysroot for the target platform and configure it via\n \
152
+ PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\n \
153
+ cross-compiling wrapper for pkg-config and set it via\n \
154
154
PKG_CONFIG environment variable.",
155
155
) ,
156
156
Error :: Command {
You can’t perform that action at this time.
0 commit comments