fix objcopy err

This commit is contained in:
nillerusr 2020-10-22 21:35:05 +03:00
parent 3fec7d612e
commit 13b65d6f89

View file

@ -1,6 +1,6 @@
#!/bin/bash
OBJCOPY=$STEAM_RUNTIME_PATH/bin/objcopy
OBJCOPY=objcopy
function usage {
echo "$0 /path/to/input/file [-o /path/to/output/file ]"