diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-06-05 15:52:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 09:52:42 +0200 |
| commit | 294178b598408c064567fa733ccac737e4231468 (patch) | |
| tree | 2b34f33c52b70daa9c5fbcb0795811f4dbdf1a90 /docs/COMPILE.md | |
| parent | e9242b884980187cb2090ae6a589e74da9613311 (diff) | |
| download | box64-294178b598408c064567fa733ccac737e4231468.tar.gz box64-294178b598408c064567fa733ccac737e4231468.zip | |
[WOW64] The official file name is wowbox64.dll (#2709)
Diffstat (limited to 'docs/COMPILE.md')
| -rw-r--r-- | docs/COMPILE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 9f8df2eb..14cba09d 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -33,7 +33,7 @@ If you also want binfmt integration on 32bits binaries, you also need to add `-D ### Note about WowBox64 A highly experimantal subproject named WowBox64 has been added as a build option, add `-DWOW64=ON` to the cmake command to enable it. -It will build alongside the regular Box64, and produce a `libwowbox64.dll` file in `build/wowbox64-prefix/src/wowbox64-build/` directory. +It will build alongside the regular Box64, and produce a `wowbox64.dll` file in `build/wowbox64-prefix/src/wowbox64-build/` directory. ### Note about binfmt_misc on Android |