summaryrefslogtreecommitdiffstats
path: root/package/lzma/lzmacheck.sh
blob: bcb0423d1b8657778c36d6978d8a1cffd3cbb23f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

bin=$(toolchain/dependencies/check-host-lzma.sh)
if [ "x$bin" = "x" ] ; then
  echo build-lzma-host-binary
else
  echo use-lzma-host-binary
fi