forked from mirrors/nixpkgs
boost/generic.nix: fix Emacs syntax highlighting (cosmetic)
This commit is contained in:
parent
b4f60add6a
commit
385b21c92d
|
@ -111,7 +111,7 @@ let
|
|||
-exec sed '1i#line 1 "{}"' -i '{}' \;
|
||||
)
|
||||
'' + optionalString (stdenv.cross.libc or null == "msvcrt") ''
|
||||
${stdenv.cross.config}-ranlib "$lib"/lib/*.a
|
||||
${stdenv.cross.config}-ranlib "$lib/lib/"*.a
|
||||
'';
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue