Browse Source

Merge pull request #2549 from rogers0/PR/fix_pc_in

shadowsocks-libev.pc.in: Remove crypto library dependency
pull/2552/head
Max Lv 5 years ago
committed by GitHub
parent
commit
97ee01326b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      shadowsocks-libev.pc.in

2
shadowsocks-libev.pc.in

@ -9,4 +9,4 @@ URL: https://shadowsocks.org
Version: @VERSION@
Requires:
Cflags: -I${includedir}
Libs: -L${libdir} -lshadowsocks-libev -lcrypto
Libs: -L${libdir} -lshadowsocks-libev
Loading…
Cancel
Save