msys2 : fix build

This commit is contained in:
Georgi Gerganov
2021-02-27 09:47:13 -08:00
parent 8a930b7a96
commit 5f2bfd09ba
6 changed files with 23 additions and 4 deletions

View File

@@ -21,3 +21,9 @@ if (BUILD_SHARED_LIBS)
GGWAVE_SHARED
)
endif()
if (MINGW)
target_link_libraries(${TARGET} PUBLIC
stdc++
)
endif()