about summary refs log tree commit diff stats
path: root/src/steam.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-02 10:25:12 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-02 10:25:12 +0100
commit88aab487f111ba280048fd7e240e2b62d45eeba8 (patch)
tree8ff231f143e4f894c73c9836d3fbfebd388f195c /src/steam.c
parent6d1e30cd3c0060a914b2bde43e7c8d832207e202 (diff)
downloadbox64-88aab487f111ba280048fd7e240e2b62d45eeba8.tar.gz
box64-88aab487f111ba280048fd7e240e2b62d45eeba8.zip
[BOX32] Some improvment on steam handling
Diffstat (limited to 'src/steam.c')
-rw-r--r--src/steam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/steam.c b/src/steam.c
index 84c18e45..710fb849 100644
--- a/src/steam.c
+++ b/src/steam.c
@@ -45,7 +45,7 @@ void pressure_vessel(int argc, const char** argv, int nextarg, const char* prog)
                     *p ='\0'; ++p;
                     setenv(tmp, p, 1);
                     printf_log(LOG_DEBUG, "setenv(%s, %s, 1)\n", tmp, p);
-                    strcpy(tmp, "BOX64_LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/box64-x86_64-linux-gnu:");
+                    strcpy(tmp, "BOX64_LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/box64-x86_64-linux-gnu:/usr/lib/box64-i386-linux-gnu:");
                     strcat(tmp, argv[nextarg]+strlen("--env-if-host=STEAM_RUNTIME_LIBRARY_PATH="));
                     p = strchr(tmp, '=');
                     *p ='\0'; ++p;