mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-09 18:43:45 +00:00
Add --with-system-zlib to fix binutils build on macOS 15.3.1
This commit is contained in:
parent
66db4d3971
commit
ecc108f1e7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ cd build-binutils
|
|||
|
||||
Configure the build
|
||||
```bash
|
||||
../binutils-2.35/configure --target=mips-linux-gnu --prefix=/opt/cross --disable-gprof --disable-gdb --disable-werror
|
||||
../binutils-2.35/configure --target=mips-linux-gnu --prefix=/opt/cross --with-system-zlib --disable-gprof --disable-gdb --disable-werror
|
||||
```
|
||||
|
||||
Make and install binutils
|
||||
|
|
Loading…
Add table
Reference in a new issue