diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-14 10:41:27 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-14 10:41:27 +0200 |
| commit | e7478f33908793f79ca197a10744d112f707410f (patch) | |
| tree | 69556c3f978349e05c8737337b3361f278d12c7e /src/include | |
| parent | 9be89e8ba26dcffc4ae2a6477459dd2c115d1a5b (diff) | |
| download | box64-e7478f33908793f79ca197a10744d112f707410f.tar.gz box64-e7478f33908793f79ca197a10744d112f707410f.zip | |
Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPPED=1 is used)
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 5341435f..26bbb8d7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -23,6 +23,7 @@ extern uintptr_t trace_start, trace_end; extern char* trace_func; #endif extern int allow_missing_libs; +extern int box64_prefer_wrapped; extern int box64_steam; extern int box64_wine; extern int box64_nopulse; // disabling the use of wrapped pulseaudio |