diff options
Diffstat (limited to 'nyx_mode/build_nyx_support.sh')
-rwxr-xr-x | nyx_mode/build_nyx_support.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh index 67e38117..7e749e77 100755 --- a/nyx_mode/build_nyx_support.sh +++ b/nyx_mode/build_nyx_support.sh @@ -60,10 +60,11 @@ 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 else echo "[ ] libnyx.so not found..." exit 1 fi echo "[+] All done for nyx_mode, enjoy!" -exit 0 \ No newline at end of file +exit 0 |