robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Strip linux binaries correctly when cross-compiling #199

Closed virtuald closed 1 year ago

virtuald commented 1 year ago

Fixes issue reported by @auscompgeek ... any thoughts on a better way to do this?

Tested on a roborio cross compile.

auscompgeek commented 1 year ago

We could probably skip when cross-compiling for now? WPILib strip the RIO builds at least so shouldn't be a huge problem.

virtuald commented 1 year ago

Meh.