mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:39:00 +08:00
15 lines
399 B
Diff
15 lines
399 B
Diff
|
diff --git a/src/build-data/botan.pc.in b/src/build-data/botan.pc.in
|
||
|
index 7139436..81214fe 100644
|
||
|
--- a/src/build-data/botan.pc.in
|
||
|
+++ b/src/build-data/botan.pc.in
|
||
|
@@ -1,7 +1,7 @@
|
||
|
prefix=%{prefix}
|
||
|
exec_prefix=${prefix}
|
||
|
-libdir=%{libdir}
|
||
|
-includedir=${prefix}/include/botan-%{version_major}
|
||
|
+libdir=${prefix}/lib
|
||
|
+includedir=${prefix}/include
|
||
|
|
||
|
Name: Botan
|
||
|
Description: Crypto and TLS for C++11
|