<fix>(ci): Fix the problem of MinGW compilation

1. Not compiling libconfig under MinGW
This commit is contained in:
Saturneric 2022-03-12 20:21:39 +08:00
parent 05322c8902
commit 492c9f8585

View File

@ -211,5 +211,7 @@ if (NOT MINGW)
add_subdirectory(libarchive) add_subdirectory(libarchive)
endif () endif ()
if (NOT MINGW)
# libconfig # libconfig
add_subdirectory(libconfig) add_subdirectory(libconfig)
endif ()