Skip to content

Commit dcd8385

Browse files
author
bors-servo
authored
Auto merge of #957 - fitzgen:no-ld-library-path, r=emilio
LD_LIBRARY_PATH is unnecessary; LIBCLANG_PATH is enough r? @emilio
2 parents cb10597 + 34aecb9 commit dcd8385

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ versions of llvm, or specify the path of the desired libclang explicitly:
6767
$ export LIBCLANG_PATH=path/to/clang-3.9/lib
6868
```
6969

70-
On Linux and macOS, you may also need to add a path to `libclang.so` (usually
71-
the same path as above) to library search path. This can be done as below:
72-
73-
```
74-
$ export LD_LIBRARY_PATH=path/to/clang-3.9/lib # for Linux
75-
$ export DYLD_LIBRARY_PATH=path/to/clang-3.9/lib # for macOS
76-
```
77-
7870
Additionally, you may want to build and test with the `testing_only_docs`
7971
feature to ensure that you aren't forgetting to document types and functions. CI
8072
will catch it if you forget, but the turn around will be a lot slower ;)

0 commit comments

Comments
 (0)