Skip to content

Commit

Permalink
deppack: Ensure proper compression utilities are present in makedeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
stump committed Jul 25, 2012
1 parent 10511e0 commit edad01d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win32/makedeps-cross.sh
Expand Up @@ -57,6 +57,8 @@ fi
echo "wine: $WINE"

assert_binary_on_path autoreconf
assert_binary_on_path bzip2
assert_binary_on_path gzip
assert_binary_on_path libtoolize
assert_binary_on_path make
assert_binary_on_path pkg-config
Expand All @@ -65,6 +67,7 @@ assert_binary_on_path svn
assert_binary_on_path tar
assert_binary_on_path unzip
assert_binary_on_path wget
assert_binary_on_path xz

SCRIPTDIR="`pwd`"
export PREFIX="`pwd`"/deps
Expand Down

0 comments on commit edad01d

Please sign in to comment.