mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
script: call function string_hash in script_repo_sha512sum_file to compute SHA512 hash
This removes dependency on libgcrypt in script plugin.
This commit is contained in:
@@ -33,7 +33,6 @@ set_target_properties(script PROPERTIES PREFIX "")
|
||||
set(LINK_LIBS)
|
||||
|
||||
list(APPEND LINK_LIBS ${ZLIB_LIBRARY})
|
||||
list(APPEND LINK_LIBS ${GCRYPT_LDFLAGS})
|
||||
|
||||
target_link_libraries(script ${LINK_LIBS} coverage_config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user