mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 01:08:54 +00:00
Fix test_page_list_SOURCES has no if MSYS clause
This commit is contained in:
parent
6edb6067f3
commit
b3cef944b2
@ -96,7 +96,9 @@ test_page_list_SOURCES = \
|
||||
s3fs_logger.cpp \
|
||||
string_util.cpp \
|
||||
test_page_list.cpp \
|
||||
strptime.cpp
|
||||
if MSYS
|
||||
test_page_list_SOURCES += strptime.cpp
|
||||
endif
|
||||
|
||||
test_string_util_SOURCES = string_util.cpp test_string_util.cpp s3fs_logger.cpp
|
||||
if MSYS
|
||||
|
Loading…
Reference in New Issue
Block a user