Fix test_page_list_SOURCES has no if MSYS clause

This commit is contained in:
Naoki Ikeguchi 2022-01-14 00:50:31 +09:00 committed by Andrew Gaul
parent 6edb6067f3
commit b3cef944b2

View File

@ -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