From 4b45555edd5592a445bcab3623ba50edd686fc41 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 25 May 2019 10:17:33 +0200 Subject: [PATCH] Fix issue if compiling without TRE but with shipped argon2 (or other combinations). Need to create libdir in ./Config ;) --- Config | 1 + 1 file changed, 1 insertion(+) diff --git a/Config b/Config index 739abbfcd..3ea3336af 100755 --- a/Config +++ b/Config @@ -34,6 +34,7 @@ fi mkdir -p $TMPDIR +mkdir -p $LIBDIR # Do this even if we're not in advanced mode if [ "$SHOWLISTMODES" = "1" ] ; then