diff options
Diffstat (limited to 'src/include/env.h')
| -rw-r--r-- | src/include/env.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/env.h b/src/include/env.h index 3e6a7342..6b793881 100644 --- a/src/include/env.h +++ b/src/include/env.h @@ -33,6 +33,7 @@ extern char* ftrace_name; #define ENVSUPER1() \ STRING(BOX64_ADDLIBS, addlibs, 0) \ BOOLEAN(BOX64_ALLOWMISSINGLIBS, allow_missing_libs, 0, 0) \ + STRING(BOX64_ARCH, arch, 0) \ STRING(BOX64_ARGS, args, 0) \ STRING(BOX64_BASH, bash, 0) \ BOOLEAN(BOX64_CEFDISABLEGPU, cefdisablegpu, 0, 0) \ |