updated README.md

This commit is contained in:
2025-10-17 18:13:35 -05:00
parent 78cb138183
commit 32fd33aeb7

View File

@@ -141,7 +141,7 @@ Use the provided build wrappers — they take two arguments:
./scripts/make_win32.cmd x86_64 Debug ./scripts/make_win32.cmd x86_64 Debug
``` ```
> `make_unix.sh` automatically builds inside **Alpine containers** for reproducible static binaries using **musl-libc**. > `make_unix.sh` automatically builds inside **Alpine containers** for reproducible static binaries using **musl-libc** unless `PROJECT_STATIC_LINK=OFF`.
> `make_win32.*` supports both **MinGW64 cross-builds** (mostly static) and **MSYS2** builds (dynamic fallback). > `make_win32.*` supports both **MinGW64 cross-builds** (mostly static) and **MSYS2** builds (dynamic fallback).
--- ---