Merge pull request #712 from chrilith/master

Added Cygwin build options
This commit is contained in:
Takeshi Nakatani 2018-02-28 23:07:54 +09:00 committed by GitHub
commit b9c9de7f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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