Skip to content

Use the STRIP variable during prepend stage

Alexander Theißen requested to merge athei/cookbook:strip_fix into master

A hardcoded strip does not work when cross compiling. I found this while building on macOS. The host strip cannot handle elf files (macOS uses mach-o).

Merge request reports