mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 07:41:00 +00:00
`vim` does not use a mechanism like `config.sub` for determining the canonical system name from the `--target` triple passed to `configure`. Instead, it directly executes the `uname` executable on the host. This leads to it trying to build macOS-specific files on Mac hosts even if we are compiling for a different platform. To make cross-compilation possible, developers added a way to override `uname`'s output with environment variables. Let's set these. See vim/vim#9338 Obsoletes #11426 Co-Authored-By: unixinspace <unixinspace@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| package.sh | ||