Skip to content

Commit

Permalink
Move mxe prebuilt binaries to 97c0fbfd sha
Browse files Browse the repository at this point in the history
Prebuilt mxe binaries for smtk2ssrf building.

Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
  • Loading branch information
salvadorcunat authored and neolit123 committed Oct 2, 2018
1 parent 8d5f3d9 commit e40b700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/windows/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ git clone https://github.com/brianb/mdbtools.git

# get prebuilt mxe libraries for mdbtools and glib.
# do not overwrite upstream prebuilt mxe binaries if there is any coincidence.
wget -q https://www.dropbox.com/s/842skyusb96ii1u/mxe-static-minimal-994ad473.tar.xz
[[ ! -f mxe-static-minimal-994ad473.tar.xz ]] && exit 1
wget -q https://www.dropbox.com/s/b2iw7p5e6c52gf4/mxe-static-minimal-97c0fbfd.tar.xz
[[ ! -f mxe-static-minimal-97c0fbfd.tar.xz ]] && exit 1
cd mxe
tar -xJf ../mxe-static-minimal-994ad473.tar.xz --skip-old-files
tar -xJf ../mxe-static-minimal-97c0fbfd.tar.xz --skip-old-files
ls -al usr/

0 comments on commit e40b700

Please sign in to comment.