Skip to content

Commit 725319b

Browse files
committed
Also use DYLD_LIBRARY_PATH in installation docs
1 parent e249db4 commit 725319b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you are reading this, either the simple installation instructions at the top
153153

154154
export CFLAGS=-I$(brew --prefix)/include -I/usr/local/opt/libomp/include
155155
export LDFLAGS=-L$(brew --prefix)/lib -L/usr/local/opt/libomp/lib
156-
export LD_LIBRARY_PATH=$(brew --prefix)/lib:/usr/local/opt/libomp/lib
156+
export DYLD_LIBRARY_PATH=$(brew --prefix)/lib:/usr/local/opt/libomp/lib
157157

158158
Note that the exact paths may vary depending on your system (run
159159
``brew info libomp`` to get the correct paths).

0 commit comments

Comments
 (0)