Skip to content
Snippets Groups Projects
Unverified Commit 1a5e07c3 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

ld-wrapper: Don't talk about "impure library".

* gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead
of saying "impure library".
parent 67645383
No related branches found
No related tags found
No related merge requests found
......@@ -217,8 +217,8 @@ exec @GUILE@ -c "(load-compiled \"@SELF@.go\") (apply $main (cdr (command-line))
(begin
(format (current-error-port)
"ld-wrapper: error: attempt to use \
impure library ~s~%"
file)
library outside of ~a: ~s~%"
%store-directory file)
(exit 1)))))
'()
library-files))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment