mono / CppSharp

Tools and libraries to glue C/C++ APIs to high-level languages
MIT License
3.15k stars 518 forks source link

Ensure cross compiler is in the environment before building #1827

Closed konistehrad closed 10 months ago

konistehrad commented 10 months ago

Install Aarch64 GCC before running cross compile steps. Uses naive apt-get method as opposed to larger caching solution like cache-apt-pkgs-action, but let's ensure this works before making things more complicated.

konistehrad commented 10 months ago

One step ahead of me. Please disregard. ;)