]> git.pld-linux.org Git - packages/capstone.git/blob - capstone-shared.patch
- new
[packages/capstone.git] / capstone-shared.patch
1 Link cstool with capstone-shared instead of -static
2 --- capstone-4.0.1/CMakeLists.txt.orig  2019-01-10 14:45:56.000000000 +0100
3 +++ capstone-4.0.1/CMakeLists.txt       2020-05-23 20:25:12.603569843 +0200
4 @@ -491,7 +491,6 @@
5  if (CAPSTONE_BUILD_STATIC)
6      add_library(capstone-static STATIC ${ALL_SOURCES} ${ALL_HEADERS})
7      set_property(TARGET capstone-static PROPERTY OUTPUT_NAME capstone)
8 -    set(default-target capstone-static)
9  endif ()
10  
11  # Force static runtime libraries
This page took 0.046058 seconds and 3 git commands to generate.