wpilibsuite / native-utils

Gradle utility plugin for compiling native libraries
Other
4 stars 21 forks source link

Use mac hw platform for compiler arch #118

Closed ThadHouse closed 1 year ago

ThadHouse commented 1 year ago

This makes it so an arm cross compiler will be used even with an intel jdk. Because the call can be expensive, lazily compute the hw arch only when necessary.