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/tools | |
| 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/tools')
| -rw-r--r-- | src/tools/rcfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index b21b6e9d..ff4eb754 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -79,6 +79,7 @@ ENTRYSTRING_(BOX64_BASH, bash) \ ENTRYINT(BOX64_JITGDB, jit_gdb, 0, 2, 2) \ ENTRYBOOL(BOX64_NOSANDBOX, box64_nosandbox) \ ENTRYBOOL(BOX64_EXIT, want_exit) \ +ENTRYBOOL(BOX64_LIBCEF, box64_libcef) \ ENTRYINT(BOX64_MALLOC_HACK, box64_malloc_hack, 0, 2, 2) \ #ifdef HAVE_TRACE |