From 4913978a589dbe5dc3a535939491f9adb5b6cd28 Mon Sep 17 00:00:00 2001 From: ideal Date: Sun, 10 Mar 2019 18:43:42 +0800 Subject: [PATCH] cmake: put pkgconfig file into lib/pkgconfig --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 885e49a9..04982070 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ configure_file( ) install(FILES ${CMAKE_BINARY_DIR}/pkgconfig/shadowsocks-libev.pc - DESTINATION pkgconfig + DESTINATION lib/pkgconfig ) if (WITH_EMBEDDED_SRC)