diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-11-30 21:52:21 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-11-30 21:52:21 +0100 |
| commit | a966fa34aed3ae8119bcbdb162a1ca738e491b04 (patch) | |
| tree | 7c53aa4bd9412ab8d763d4b6785be6c5d7020355 /src/wrapped | |
| parent | 8cd27fca4d6c3724d4028096a6a654431db79692 (diff) | |
| download | box64-a966fa34aed3ae8119bcbdb162a1ca738e491b04.tar.gz box64-a966fa34aed3ae8119bcbdb162a1ca738e491b04.zip | |
[ANDROID] Small change that might help on android?
Diffstat (limited to 'src/wrapped')
| -rw-r--r-- | src/wrapped/wrappedlibbsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibbsd.c b/src/wrapped/wrappedlibbsd.c index 11428d46..6147a006 100644 --- a/src/wrapped/wrappedlibbsd.c +++ b/src/wrapped/wrappedlibbsd.c @@ -17,7 +17,6 @@ #include "x64tls.h" -// don't try to load the actual ld-linux (because name is variable), just use box64 itself, as it's linked to ld-linux const char* libbsdName = "libbsd.so.0"; #define LIBNAME libbsd |