summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-11 17:47:37 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-11 17:47:37 +0100
commitd48f71492f4d5c1669e36a232e928bbf2c948bf7 (patch)
treef682179a61a0afa8b88003627efde62a07ba7ffd
parentd4515253b646992b333e64037ea4b2d1db02b0aa (diff)
-rw-r--r--ffi/lang/python/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffi/lang/python/Makefile b/ffi/lang/python/Makefile
index 7c66167d..7b7fc1c9 100644
--- a/ffi/lang/python/Makefile
+++ b/ffi/lang/python/Makefile
@@ -40,6 +40,8 @@ ifneq "$(PYTHON)" "disable"
echo $$PYTHONPATH
LDFLAGS=-L$(CARGO_TARGET_DIR)/debug LD_LIBRARY_PATH=$(CARGO_TARGET_DIR)/debug \
strace -f -o trace -- $(PYTHON) setup.py test || (find ; grep _sequoia trace ; false)
+ LDFLAGS=-L$(CARGO_TARGET_DIR)/debug LD_LIBRARY_PATH=$(CARGO_TARGET_DIR)/debug \
+ $(PYTHON) setup.py test || (find ; false)
endif
.PHONY: shell