chrisdill / raylib-cs

C# bindings for raylib, a simple and easy-to-use library to learn videogames programming

Home Page:http://www.raylib.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX ARM64 Support

JupiterRider opened this issue · comments

The issue #127 is still not solved.

I think it should be enough to put the same lib used for osx-x64 into Raylib-cs/Raylib-cs/runtimes/osx-arm64/native/ and update the github actions.

$ file libraylib.dylib
libraylib.dylib: Mach-O universal binary with 2 architectures: [\012- x86_64:\012- Mach-O 64-bit x86_64 dynamically linked shared library, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|NO_REEXPORTED_DYLIBS|HAS_TLV_DESCRIPTORS>] [\012- arm64]

@9ParsonsB Could you please update the gibthub actions?