···19 passthru = {
20 # Extract the function call used to create a binary wrapper from its embedded docstring
21 extractCmd = writeShellScript "extract-binary-wrapper-cmd" ''
22- strings -dw "$1" | sed -n '/^makeCWrapper/,/^$/ p'
23 '';
2425 tests = tests.makeBinaryWrapper;
···19 passthru = {
20 # Extract the function call used to create a binary wrapper from its embedded docstring
21 extractCmd = writeShellScript "extract-binary-wrapper-cmd" ''
22+ ${cc.bintools.targetPrefix}strings -dw "$1" | sed -n '/^makeCWrapper/,/^$/ p'
23 '';
2425 tests = tests.makeBinaryWrapper;