Skip to content

Commit

Permalink
* Allow build with MSYS
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Oct 25, 2020
1 parent 23bb4bb commit 5e20ec0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ case "$(uname -s)" in
CYGWIN*)
path_conv="cygpath -w"
;;
MINGW32*|MSYS*)
echo "Unsupported build configuration"
exit -1
;;
esac

# The default value of the path separator is ':'. By default we use
Expand Down

1 comment on commit 5e20ec0

@yoogx
Copy link
Contributor Author

@yoogx yoogx commented on 5e20ec0 Nov 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For #279

Please sign in to comment.