mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 19:49:36 +00:00
When running tests, prepend our LibDir to the user's SHLIBPATH_VAR
instead of replacing it. llvm-svn: 143323
This commit is contained in:
parent
e15496f1d7
commit
43459974f1
@ -32,5 +32,5 @@ check-local::
|
||||
rm -rf ../test-rdir
|
||||
env PATH="$(ToolDir):$(PATH)" \
|
||||
PYTHONPATH=$(ToolDir) \
|
||||
$(SHLIBPATH_VAR)=$(LibDir) \
|
||||
$(SHLIBPATH_VAR)=$(LibDir):$($(SHLIBPATH_VAR)) \
|
||||
python $(PROJ_SRC_DIR)/dotest.py -i -v -r ../test-rdir
|
||||
|
Loading…
Reference in New Issue
Block a user