-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Dylib for apple silicon #30
Comments
The github action can build this for you if you can't figure the local setup. |
How do I run that? |
If you're just looking for a binary please look at the nuget packages. |
There's no run option on the actions, and I don't know what you mean with budget packages. I do just want an arm64 dylib, since the packaged osx dylib is x64 and incompatible with apple silicon. I had no trouble building the Windows DLL from source but the dylib is proving troublesome. |
Sorry, was a typo, the nuget packages already have arm64 support. If you can't build them yourself then please use those. The official fork's are at https://www.nuget.org/packages/Veldrid.SPIRV. If this is not working, you can try my experimetal fork https://www.nuget.org/packages/ppy.Veldrid.SPIRV/1.0.15-ge24108e71c. |
How can I build this for mac arm64? My 2 hour adventure has been unfruitful. Help is much appreciated...
The text was updated successfully, but these errors were encountered: