This commit is contained in:
vanhauser-thc 2021-12-28 17:42:45 +01:00
parent fd99ddb1d6
commit 48ad95f0e5

View File

@ -59,8 +59,7 @@ fi
echo "[*] Checking libnyx.so ..."
if [ -f "libnyx/libnyx/target/release/liblibnyx.so" ]; then
cp libnyx/libnyx/target/release/liblibnyx.so libnyx.so
cp libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so
cp -v libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so
else
echo "[ ] libnyx.so not found..."
exit 1