aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-03-19 08:23:37 +0000
committerSaturneric <[email protected]>2022-03-19 08:23:37 +0000
commitd32518a6189684dd199ea81633621eaf47436879 (patch)
tree6179b45226c64bf1bced71556d4781d06618017f
parent<fix>(doc, ci): Adjust deb package generation settings. (diff)
downloadGpgFrontend-d32518a6189684dd199ea81633621eaf47436879.tar.gz
GpgFrontend-d32518a6189684dd199ea81633621eaf47436879.zip
<fix>(project): fix link issues
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 66fe357c..7903ef80 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -62,7 +62,7 @@ endif ()
# link libarchive
if (MINGW)
find_library(LIBARCHIVE_LIB libarchive.a)
- target_link_libraries(gpgfrontend_core ${LIBARCHIVE_LIB} expat lz4 zstd bcrypt lzma bz2 z)
+ target_link_libraries(gpgfrontend_core ${LIBARCHIVE_LIB} b2 expat lz4 zstd bcrypt lzma bz2 z)
else ()
target_link_libraries(gpgfrontend_core archive_static)
endif ()