forked from mixaill/x265
15 lines
326 B
Diff
15 lines
326 B
Diff
---
|
|
source/x265.pc.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/source/x265.pc.in
|
|
+++ b/source/x265.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
-libdir=${exec_prefix}/@LIB_INSTALL_DIR@
|
|
+libdir=@LIB_INSTALL_DIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: @CMAKE_PROJECT_NAME@
|