doc/building.md
changeset 52734 d537553ed639
parent 52665 61dcd7cd48c3
child 52921 f83b21839314
--- a/doc/building.md	Wed Nov 28 18:16:39 2018 -0800
+++ b/doc/building.md	Wed Nov 28 22:29:35 2018 -0500
@@ -662,6 +662,14 @@
     platform, instead of doing a full cross-compile. (This is known as a
     *reduced* build.)
 
+On Linux, BSD and AIX, it is possible to override where Java by default
+searches for runtime/JNI libraries. This can be useful in situations where
+there is a special shared directory for system JNI libraries. This setting
+can in turn be overriden at runtime by setting the `java.library.path` property.
+
+  * `--with-jni-libpath=<path>` - Use the specified path as a default
+  when searching for runtime libraries.
+
 #### Configure Arguments for Native Compilation
 
   * `--with-devkit=<path>` - Use this devkit for compilers, tools and resources