about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-10-17 19:01:37 +0800
committerGitHub <noreply@github.com>2025-10-17 13:01:37 +0200
commit88aefd44adea974b5f6f5b393141b1e165f403c3 (patch)
treeee8d627af35c0838fcb73d9720747e24e10e8306 /src/include
parentc8f6041ab0cecf777aea51303efb08cf0781b2ce (diff)
downloadbox64-88aefd44adea974b5f6f5b393141b1e165f403c3.tar.gz
box64-88aefd44adea974b5f6f5b393141b1e165f403c3.zip
[ENV] Added a new BOX64_ARCH option (#3076)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/env.h1
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)                         \