-
Having the macports entry on the very top makes it unnecessarily difficult to override installed macports packages with custom built ones.
-
Could osxcross default to targeting the maximum supported macOS version? I think that could more closely match the behavior of Xcode. For example, C++17 support for standard features like `std::filesy…
-
See
https://blog.rust-lang.org/2023/09/25/Increasing-Apple-Version-Requirements.html
This:
https://github.com/cross-rs/cross-toolchains/blob/83b28663ebf6b38436e534652a2522a6963fa132/docker/darwin…
-
Everything goes fine when I try to build the crate for GNU/Linux, Windows or even Android but when I set `x86_64-apple-darwin` as the target, I get the following error:
```
....
Compiling bla…
-
I came across this error and wanted to document it here in case it's of help. I was compiling bdk which also compiles `secp256k1-sys` and when trying to cross-compile to `aarch64-apple-darwin` from `x…
-
If I build the humble-video from ubuntu machine, with vragrant as specified, will create native versions for linux, windows.. but for apple/mac too ?
radut updated
9 years ago
-
Hi there, I can't seem to get working binaries for Apple M1, already had a working setup for x86_64 that I basically cloned for arm64.
I'm generating a toolchain using the git HEAD with a 11.3 SDK …
-
Failing build: https://github.com/plentico/osxcross-target/actions/runs/11619068178/job/32357879928
Error: `zip warning: name not matched`
Solution for zip seems to be adding `--symlinks`: https…
-
For those of use who are not native Mac guys it can be confusing to navigate the three sets of Mac version numbers: OS version, Xcode version and Darwin version. All the required info is on Wikipedia …
-
I am trying to build https://github.com/starship/starship on my Mac Air M1 with:
```
docker run --rm --volume "${PWD}":/root/src --workdir /root/src joseluisq/rust-linux-darwin-builder:1.67.1 sh -c…