Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 22e6cca

Browse files
committed
Merge pull request #348 from jacobmcnamee/dyld
Add DYLD_LIBRARY_PATH to DEVELOPMENT.md
2 parents ea1054d + 6b1d806 commit 22e6cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Then build the python bindings:
3838

3939
cd ../python
4040
export LD_LIBRARY_PATH=../build/install/usr/local/lib
41+
export DYLD_LIBRARY_PATH=../build/install/usr/local/lib
4142
tox
4243

4344
Issues

0 commit comments

Comments
 (0)