Skip to content

Commit 81fbeac

Browse files
authored
Fixed link to external dependencies (#37581)
1 parent 395e47f commit 81fbeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* To use external shared libraries not in the system library search path, set `USE_SYSTEM_XXX=1` and `LDFLAGS=-Wl,-rpath,/path/to/dir/contains/libXXX.so` in `Make.user`.
55
* Instead of setting `LDFLAGS`, putting the library directory into the environment variable `LD_LIBRARY_PATH` (at both compile and run time) also works.
66
* The `USE_SYSTEM_*` flags should be used with caution. These are meant only for troubleshooting, porting, and packaging, where package maintainers work closely with the Julia developers to make sure that Julia is built correctly. Production use cases should use the officially provided binaries. Issues arising from the use of these flags will generally not be accepted.
7-
* See also the [external dependencies](#required-build-tools-and-external-libraries).
7+
* See also the [external dependencies](build.md#required-build-tools-and-external-libraries).
88

99
### Architecture Customization
1010

0 commit comments

Comments
 (0)