mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-08 23:54:14 +00:00
Merge pull request #712 from chrilith/master
Added Cygwin build options
This commit is contained in:
commit
b9c9de7f97
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text eol=lf
|
@ -39,6 +39,11 @@ dnl ----------------------------------------------
|
|||||||
dnl For OSX
|
dnl For OSX
|
||||||
dnl ----------------------------------------------
|
dnl ----------------------------------------------
|
||||||
case "$target" in
|
case "$target" in
|
||||||
|
*-cygwin* )
|
||||||
|
# Do something specific for windows using winfsp
|
||||||
|
CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE=1"
|
||||||
|
min_fuse_version=2.8
|
||||||
|
;;
|
||||||
*-darwin* )
|
*-darwin* )
|
||||||
# Do something specific for mac
|
# Do something specific for mac
|
||||||
min_fuse_version=2.7.3
|
min_fuse_version=2.7.3
|
||||||
|
Loading…
Reference in New Issue
Block a user