Skip to content

Commit

Permalink
Enable --noprogressbar and --needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qian Hong committed Jun 23, 2016
1 parent 124d931 commit 9660b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -12,7 +12,7 @@ build:
commands:
- if [ $$arch = 32 ]; then target=i686; fi
- if [ $$arch = 64 ]; then target=x86_64; fi
- pacman -S --noconfirm mingw-w64-${target}-pkg-config
- pacman -S --noconfirm --needed --noprogressbard mingw-w64-${target}-pkg-config
- ./autogen.sh
- ./configure
- make
Expand Down

0 comments on commit 9660b5a

Please sign in to comment.