Added Cygwin build options

This commit is contained in:
Chris Apers 2018-02-02 15:58:10 +01:00
parent e1dafe76dd
commit 88819af2d8
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text eol=lf

View File

@ -39,6 +39,11 @@ dnl ----------------------------------------------
dnl For OSX
dnl ----------------------------------------------
case "$target" in
*-cygwin* )
# Do something specific for windows using winfsp
CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE=1"
min_fuse_version=2.8
;;
*-darwin* )
# Do something specific for mac
min_fuse_version=2.7.3