diff options
| author | Brent Cook <bcook@openbsd.org> | 2016-11-13 13:10:42 -0600 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2016-11-13 13:10:42 -0600 |
| commit | b5ebbf6b88b13cbf465fdc7d4101e4aa612f0ef9 (patch) | |
| tree | 1f991dc003f3af7e81e8e80af0a9965a83a9d74b /scripts | |
| parent | a638d7937df1cb3c8c2b8ea787eaaced518ddc1c (diff) | |
| download | portable-b5ebbf6b88b13cbf465fdc7d4101e4aa612f0ef9.tar.gz portable-b5ebbf6b88b13cbf465fdc7d4101e4aa612f0ef9.tar.bz2 portable-b5ebbf6b88b13cbf465fdc7d4101e4aa612f0ef9.zip | |
adjust mingw package name
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/travis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis b/scripts/travis index 408bc75..c8e67ce 100755 --- a/scripts/travis +++ b/scripts/travis | |||
| @@ -36,7 +36,7 @@ else | |||
| 36 | 36 | ||
| 37 | if [ -z $(which $CC) ]; then | 37 | if [ -z $(which $CC) ]; then |
| 38 | sudo apt-get update | 38 | sudo apt-get update |
| 39 | sudo apt-get install -y $ARCH-x-gcc make | 39 | sudo apt-get install -y mingw-w64 make |
| 40 | export PATH=$PATH:/opt/$ARCH/bin | 40 | export PATH=$PATH:/opt/$ARCH/bin |
| 41 | fi | 41 | fi |
| 42 | 42 | ||
