MochiLibraries / ClangSharp.Pathogen

C# bindings for libclang Pathogen Extensions and other utilities for working with ClangSharp.
MIT License
2 stars 1 forks source link

Add support for platforms beyond win-x64 #1

Closed PathogenDavid closed 3 years ago

PathogenDavid commented 4 years ago

Right now ClangSharp.Pathogen only works on Windows x64. However, there's no technical reason it's exclusive to Windows x64, it's merely a tooling limitation.

Since ClangSharp.Pathogen is only used by Biohazrd at generation time, this is not an especially high priority, although we should probably at least provide ubuntu.18.04-x64 for CI since Windows runners are slow on GitHub Actions.