]> git.pld-linux.org Git - packages/dyninst.git/blob - dyninst-libname.patch
R: tbb-devel in -devel; rel 3
[packages/dyninst.git] / dyninst-libname.patch
1 --- dyninst-9.3.1/common/CMakeLists.txt.orig    2017-04-09 19:23:42.065823975 +0200
2 +++ dyninst-9.3.1/common/CMakeLists.txt 2017-04-09 19:28:45.709153841 +0200
3 @@ -112,6 +112,7 @@
4  
5  
6  dyninst_library(common ${DEPS})
7 +set_target_properties(common PROPERTIES OUTPUT_NAME dyncommon)
8  if(PLATFORM MATCHES nt OR PLATFORM MATCHES windows)
9    target_link_private_libraries(common Psapi WS2_32 dbghelp)
10  endif()
This page took 0.136568 seconds and 3 git commands to generate.