mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
17b363b596
`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 |