Set DYLD_LIBRARY_PATH to find locally built dynamic libraries.
This commit is contained in:
parent
22702c237c
commit
643f666468
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \
|
||||
DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \
|
||||
python "%srcdir%"/tests/python/UnitTests.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue