neurobin / shc

Shell script compiler
https://neurobin.org/projects/softwares/unix/shc/
GNU General Public License v3.0
2.02k stars 345 forks source link

Fix strip in case of cross compilation #125

Closed embetrix closed 3 years ago

embetrix commented 3 years ago

when cross-compiling a script, cross strip program should be used if set via environment variable.

Fix for https://github.com/neurobin/shc/issues/124