···1919 passthru = {
2020 # Extract the function call used to create a binary wrapper from its embedded docstring
2121 extractCmd = writeShellScript "extract-binary-wrapper-cmd" ''
2222- strings -dw "$1" | sed -n '/^makeCWrapper/,/^$/ p'
2222+ ${cc.bintools.targetPrefix}strings -dw "$1" | sed -n '/^makeCWrapper/,/^$/ p'
2323 '';
24242525 tests = tests.makeBinaryWrapper;