Merge pull request #192884 from yu-re-ka/libmpack-release
libmpack: build with config=release
This commit is contained in:
commit
a7a5b8d513
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ libtool ];
|
||||
|
||||
makeFlags = [ "LIBTOOL=libtool" "PREFIX=$(out)" ];
|
||||
makeFlags = [ "LIBTOOL=libtool" "PREFIX=$(out)" "config=release" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple implementation of msgpack in C";
|
||||
|
|
Loading…
Reference in a new issue