diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2023-04-15 12:59:26 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-16 18:22:49 +0700 |
commit | b3f0e5769fb39d7643ce26f315fa53800c781d43 (patch) | |
tree | b64b130da2812e260fb1aac7200f163b8b404e6b /development | |
parent | b298d7f9fc6d8adf8da4e52348641864467ff581 (diff) |
development/rust16: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/rust16/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/rust16/README b/development/rust16/README index 6c51b2b401723..8750037532c92 100644 --- a/development/rust16/README +++ b/development/rust16/README @@ -12,6 +12,9 @@ else export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH" fi +If your SlackBuild experiences build failures on 64-bit systems, please +ensure that the LIBDIRSUFFIX variable is set. + rust16 is not intended as a substitute for rustup or for the Slackware rust package in terms of rust development purposes. |