mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Try loading dynamic library from root directory in scripts on Linux and macOS.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user