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 '{}' \;
|
-exec sed '1i#line 1 "{}"' -i '{}' \;
|
||||||
)
|
)
|
||||||
'' + optionalString (stdenv.cross.libc or null == "msvcrt") ''
|
'' + optionalString (stdenv.cross.libc or null == "msvcrt") ''
|
||||||
${stdenv.cross.config}-ranlib "$lib"/lib/*.a
|
${stdenv.cross.config}-ranlib "$lib/lib/"*.a
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user