diff --git a/ffi/python/Makefile b/ffi/python/Makefile index 9d46068..85d4797 100644 --- a/ffi/python/Makefile +++ b/ffi/python/Makefile @@ -3,7 +3,7 @@ include ../../common.mk SHE384_256_SLIB=libmclshe384_256.$(LIB_SUF) she_test: ../../lib/$(SHE384_256_SLIB) - cd ../../lib && python3 ../ffi/python/she.py + cd ../../lib && env LD_LIBRARY_PATH=./ python3 ../ffi/python/she.py ../../lib/$(SHE384_256_SLIB): make -C ../../ lib/$(SHE384_256_SLIB)