Skip to content

Commit

Permalink
crossbuild: changed i686-w64-ming32 by x86_64-w64-mingw32
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Feb 20, 2016
1 parent 2d27d00 commit 53ba84b
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 53ba84b

Please sign in to comment.