about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-05 11:48:48 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-05 11:48:48 +0100
commit72119ddfa449bdfc98c7152653047f34feca332c (patch)
tree4074ad32867814b287bd141ab521ce3c967cb202 /src/include/debug.h
parentd4afca9b5aa1970179d057b23941355c59a9723d (diff)
downloadbox64-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/debug.h')
-rwxr-xr-xsrc/include/debug.h1
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