Try loading dynamic library from root directory in scripts on Linux and macOS.

This commit is contained in:
Marcel Keller
2022-07-25 13:40:18 +10:00
parent 4fda134b78
commit 101879f37a

View File

@@ -57,3 +57,6 @@ run_player() {
players=${PLAYERS:-2}
SPDZROOT=${SPDZROOT:-.}
export LD_LIBRARY_PATH="$SPDZROOT:$LD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH="$SPDZROOT:$DYLD_LIBRARY_PATH"