aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils.Cryptography')
-rw-r--r--lib/Utils.Cryptography/argon2/CMakeLists.txt2
-rw-r--r--lib/Utils.Cryptography/monocypher/Taskfile.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Utils.Cryptography/argon2/CMakeLists.txt b/lib/Utils.Cryptography/argon2/CMakeLists.txt
index a153c7b..5a75786 100644
--- a/lib/Utils.Cryptography/argon2/CMakeLists.txt
+++ b/lib/Utils.Cryptography/argon2/CMakeLists.txt
@@ -26,7 +26,7 @@ add_library(${CMAKE_PROJECT_NAME}_static STATIC ${ARGON_SRCS} ${HEADERS})
#if on unix lib will be appended, so we can adjust
if(UNIX)
- set_target_properties(${CMAKE_PROJECT_NAME} ${CMAKE_PROJECT_NAME}_static PROPERTIES OUTPUT_NAME _argon2)
+ set_target_properties(${CMAKE_PROJECT_NAME} ${CMAKE_PROJECT_NAME}_static PROPERTIES OUTPUT_NAME argon2)
endif()
#Setup the compiler options
diff --git a/lib/Utils.Cryptography/monocypher/Taskfile.yaml b/lib/Utils.Cryptography/monocypher/Taskfile.yaml
index 8619d2c..de4278f 100644
--- a/lib/Utils.Cryptography/monocypher/Taskfile.yaml
+++ b/lib/Utils.Cryptography/monocypher/Taskfile.yaml
@@ -96,7 +96,7 @@ tasks:
dir: '{{.USER_WORKING_DIR}}'
cmds:
#pack monocypher source code and create the archive
- - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -cvf 'bin/src.tgz' ."
+ - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -czvf 'bin/src.tgz' ."
clean:
ignore_error: true