Skip to content

Commit fc7fbf1

Browse files
committed
Mac uses DYLD_LIBRARY_PATH
1 parent 0bb3715 commit fc7fbf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cargo build
1919
```bash
2020
# NOTE: the directory you run this from is important since the project uses
2121
# `rust-toolchain`
22+
# On MacOS, use `DYLD_LIBRARY_PATH` instead.
2223
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
2324
cd doctest
2425
../target/debug/example-analyzer

0 commit comments

Comments
 (0)