Skip to content

Commit

Permalink
Merge pull request #5 from Obijuan/master
Browse files Browse the repository at this point in the history
crossbuild: changed i686-w64-ming32 by x86_64-w64-mingw32
  • Loading branch information
Obijuan committed Feb 20, 2016
2 parents 90b7625 + 53ba84b commit 4cf304b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crossbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
##############################################

BUILD=x86-unknown-linux-gnu
HOST=i686-w64-mingw32
TARGET=i686-w64-mingw32
HOST=x86_64-w64-mingw32
TARGET=x86_64-w64-mingw32
PREFIX=$HOME/.win/libusb


NAME=libusb
ARCH=windows
VERSION=1
VERSION=2
PACKNAME=$NAME-$ARCH-$VERSION
TARBALL=$PWD/dist/$PACKNAME.tar.gz

Expand Down

0 comments on commit 4cf304b

Please sign in to comment.