Skip to content

Commit

Permalink
travis: Pass on arguments given to travis_autogen.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dickens <[email protected]>
  • Loading branch information
dickens committed Mar 1, 2017
1 parent aa73b2e commit 24117d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11186
#define LIBUSB_NANO 11187
2 changes: 1 addition & 1 deletion travis-autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ CFLAGS+=" -Wno-incompatible-pointer-types-discards-qualifiers"

export CFLAGS

./autogen.sh
./autogen.sh "$@"

0 comments on commit 24117d5

Please sign in to comment.