about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-09-04 20:13:58 +0800
committerGitHub <noreply@github.com>2024-09-04 14:13:58 +0200
commitb34a50b38160d8455763773888130ecc4e18042a (patch)
treeff533717e5a1fda7a5b237281b71f545f0b3dba6 /docs/USAGE.md
parenta973c53ea2a728460fbe6f233fd428b6db008aac (diff)
downloadbox64-b34a50b38160d8455763773888130ecc4e18042a.tar.gz
box64-b34a50b38160d8455763773888130ecc4e18042a.zip
[X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts

* Update pressure_vessel
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 8d14f778..ca25a127 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -30,7 +30,7 @@ Disables Box64 printing its version and build
 

 #### BOX64_LD_LIBRARY_PATH *

 Path to look for x86_64 libraries. Default is current folder and `lib` in current folder.

-Also, `/usr/lib/x86_64-linux-gnu` and `/lib/x86_64-linux-gnu` are added if they exist.

+Also, `/usr/lib/x86_64-linux-gnu`, `/lib/x86_64-linux-gnu` and `/usr/lib/box64-x86_64-linux-gnu` are added if they exist.

 

 #### BOX64_PATH *

 Path to look for x86_64 executable. Default is current folder and `bin` in current folder.