]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .github/before_script.sh
Explicitly set libdir to lib
[openssl-gost/engine.git] / .github / before_script.sh
index 7a86543452e7be130ebd7becf40e0e5df3ca0019..6121ac50caae76ad8ef8b5c74e005253074686dd 100755 (executable)
@@ -13,7 +13,7 @@ git describe --always --long
 
 PREFIX=$HOME/opt
 
-${SETARCH-} ./config shared -d --prefix=$PREFIX --openssldir=$PREFIX -Wl,-rpath=$PREFIX/lib
+${SETARCH-} ./config shared -d --prefix=$PREFIX --libdir=lib --openssldir=$PREFIX -Wl,-rpath=$PREFIX/lib
 ${SETARCH-} make -s -j$(nproc) build_libs
 ${SETARCH-} make -s -j$(nproc) build_programs
 make -s install_sw