We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac cross builds haven't changed since they were written, so likely an issue with osxcross since we have been checking out main.
The below comment says to make sure to use the right AR, which I am with x86_64-apple-darwin20.4-ar tpoechtrager/osxcross#11 (comment)
x86_64-apple-darwin20.4-ar
Looks like there are others that have this same probelm tpoechtrager/osxcross#225 which is why PR #46 added -DCMAKE_RANLIB=x86_64-apple-darwin20.4-ranlib However that build failed too. I've also tried forcing libc++ in this commit: 129b86d, but that also failed https://github.com/farzonl/warfLang/actions/runs/6291520110/job/17079966556
-DCMAKE_RANLIB=x86_64-apple-darwin20.4-ranlib
The weird thing is Dockerfile.osx-cross still works perfectly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mac cross builds haven't changed since they were written, so likely an issue with osxcross since we have been checking out main.
The below comment says to make sure to use the right AR, which I am with
x86_64-apple-darwin20.4-ar
tpoechtrager/osxcross#11 (comment)
Looks like there are others that have this same probelm
tpoechtrager/osxcross#225
which is why PR #46 added
-DCMAKE_RANLIB=x86_64-apple-darwin20.4-ranlib
However that build failed too.
I've also tried forcing libc++ in this commit: 129b86d, but that also failed https://github.com/farzonl/warfLang/actions/runs/6291520110/job/17079966556
The weird thing is Dockerfile.osx-cross still works perfectly.
The text was updated successfully, but these errors were encountered: