argon2: ensure libraries are installed under lib (#21805)

Make a standard installation for libs in lib not lib/x86_64-linux-gnu for cmake
This commit is contained in:
Olivier Cessenat 2021-05-28 17:26:15 +02:00 committed by GitHub
parent 405314195e
commit 0054e9bb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,4 @@ class Argon2(MakefilePackage):
version('20161029', sha256='fe0049728b946b58b94cc6db89b34e2d050c62325d16316a534d2bedd78cd5e7')
def install(self, spec, prefix):
make('PREFIX={0}'.format(prefix), 'install')
make('PREFIX={0}'.format(prefix), 'install', 'LIBRARY_REL=lib')