ci: First phase of adding MingW support

This commit is contained in:
Bart Van Assche
2021-07-17 19:50:35 -07:00
parent cb4489776b
commit 8b4670db3e
5 changed files with 27 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ libiscsipriv_la_SOURCES = \
scsi-lowlevel.c socket.c sync.c task_mgmt.c \
logging.c
if TARGET_OS_IS_WIN32
libiscsipriv_la_SOURCES += ../win32/win32_compat.c
endif
if !HAVE_LIBGCRYPT
libiscsipriv_la_SOURCES += md5.c
endif