shadowsocks-libev: fix shared libraries

This commit is contained in:
uHOOCCOOHu 2019-06-27 02:32:24 +08:00
parent b05870d223
commit cc8152323d
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00

View File

@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DWITH_STATIC=OFF" "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON" ];
postInstall = ''
cp lib/* $out/lib
'';
meta = with stdenv.lib; {
description = "A lightweight secured SOCKS5 proxy";
longDescription = ''