Skip to content
Snippets Groups Projects
Commit 2008feb8 authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

contrib/argon2: don't use -lrt on Android

Change-Id: Ie9c57bbe2b1d642ff131b8f6c0c39f4e208f1048
parent eb9c52ce
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ARGON2_CONF = \ ...@@ -24,7 +24,7 @@ ARGON2_CONF = \
ARGON2_VERSION="20190702" ARGON2_VERSION="20190702"
ifdef HAVE_ANDROID ifdef HAVE_ANDROID
ARGON2_CONF += LIBRARY_REL="lib" ARGON2_CONF += LIBRARY_REL="lib" PC_EXTRA_LIBS=""
endif endif
ifdef HAVE_LINUX ifdef HAVE_LINUX
ARGON2_CONF += LIBRARY_REL="lib" ARGON2_CONF += LIBRARY_REL="lib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment