Browse Source

Fix mistake in pkgconfig .pc file

pull/390/head
Boyuan Yang 9 years ago
parent
commit
7672e5fe67
1 changed files with 2 additions and 2 deletions
  1. 4
      shadowsocks-libev.pc.in

4
shadowsocks-libev.pc.in

@ -8,5 +8,5 @@ Description: a lightweight secured socks5 proxy
URL: http://shadowsocks.org
Version: @VERSION@
Requires:
Libs: -I${includedir}
Cflags: -L${libdir} -lshadowsocks -lcrypto
Cflags: -I${includedir}
Libs: -L${libdir} -lshadowsocks -lcrypto
Loading…
Cancel
Save