diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-05 11:48:48 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-05 11:48:48 +0100 |
| commit | 72119ddfa449bdfc98c7152653047f34feca332c (patch) | |
| tree | 4074ad32867814b287bd141ab521ce3c967cb202 /src/include | |
| parent | d4afca9b5aa1970179d057b23941355c59a9723d (diff) | |
| download | box64-72119ddfa449bdfc98c7152653047f34feca332c.tar.gz box64-72119ddfa449bdfc98c7152653047f34feca332c.zip | |
Added automatic detection of libcef (will help zoon #510, #451, #302 and probably other too)
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 f4461243..e2e75ee1 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -33,6 +33,7 @@ extern int arm64_crc32; extern int arm64_atomics; #endif #endif +extern int box64_libcef; extern int dlsym_error; // log dlsym error extern int cycle_log; // if using rolling logs #ifdef HAVE_TRACE |