From 7e8bb3846a2467978dc2eab3da06c285b0700b07 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 19 Jan 2021 09:00:39 +0100 Subject: [PATCH] Fix bug in python/setup-test.sh.in --- python/setup-test.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup-test.sh.in b/python/setup-test.sh.in index 0646c6b22..a1fd4269d 100644 --- a/python/setup-test.sh.in +++ b/python/setup-test.sh.in @@ -14,4 +14,4 @@ export PYTHONPATH=@PROJECT_BINARY_DIR@/python:$PYTHONPATH export LD_LIBRARY_PATH=@PROJECT_BINARY_DIR@/lib:@_setup_lib_dirs@:$LD_LIBRARY_PATH -@PYTHON_EXECUTABLE@ setup.py build_ext --dry-run +@PYTHON_EXECUTABLE@ setup.py build_ext --dry-run --build-lib @PROJECT_BINARY_DIR@/python test