lzmacheck.sh 155 B

123456789
  1. #!/bin/sh
  2. bin=$(toolchain/dependencies/check-host-lzma.sh)
  3. if [ "x$bin" = "x" ] ; then
  4. echo build-lzma-host-binary
  5. else
  6. echo use-lzma-host-binary
  7. fi