|
@@ -105,7 +105,7 @@ compiler status and the list of lines printed on stdout/stderr."
|
|
(mode (if compile?
|
|
(mode (if compile?
|
|
"compile"
|
|
"compile"
|
|
"link"))
|
|
"link"))
|
|
- (command (format #f "LANG=C ~a --mode=~a ~a ~{~a ~} \"~a\" ~{~a ~} 2>&1"
|
|
|
|
|
|
+ (command (format #f "LC_ALL=C ~a --mode=~a ~a ~{~a ~} \"~a\" ~{~a ~} 2>&1"
|
|
%libtool mode cc cflags file ldflags))
|
|
%libtool mode cc cflags file ldflags))
|
|
(pipe (begin
|
|
(pipe (begin
|
|
(log "running `~a'" command)
|
|
(log "running `~a'" command)
|