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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |