blob: fc0529a612b7d64f934bce0162b14f4889de4ce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -ur Hypodermic-2.1.old/Hypodermic/CMakeLists.txt Hypodermic-2.1/Hypodermic/CMakeLists.txt
--- Hypodermic-2.1.old/Hypodermic/CMakeLists.txt 2016-09-23 10:59:34.000000000 -0300
+++ Hypodermic-2.1/Hypodermic/CMakeLists.txt 2017-02-08 22:22:43.345091596 -0200
@@ -109,7 +109,7 @@
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/libhypodermic.pc
- DESTINATION lib/pkgconfig
+ DESTINATION lib${LIB_SUFFIX}/pkgconfig
)
Only in Hypodermic-2.1.old/: build
|