mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
Bug when system uses lib64.
This commit is contained in:
1
Makefile
1
Makefile
@@ -316,6 +316,7 @@ libote: deps/libOTe/libOTe
|
||||
PATH="$(CURDIR)/local/bin:$(PATH)" python3 build.py --install=$(CURDIR)/local -- -DBUILD_SHARED_LIBS=0 -DENABLE_AVX=OFF -DENABLE_SSE=OFF $(OTE_OPTS)
|
||||
else
|
||||
libote: deps/libOTe/libOTe
|
||||
ln -sf lib local/lib64; \
|
||||
ln -sf . local/lib/x86_64-linux-gnu; \
|
||||
cd deps/libOTe; \
|
||||
PATH="$(CURDIR)/local/bin:$(PATH)" python3 build.py --install=$(CURDIR)/local -- -DBUILD_SHARED_LIBS=0 $(OTE_OPTS)
|
||||
|
||||
Reference in New Issue
Block a user