mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 09:18:01 +08:00
msys2 : fix build
This commit is contained in:
@@ -21,3 +21,9 @@ if (BUILD_SHARED_LIBS)
|
||||
GGWAVE_SHARED
|
||||
)
|
||||
endif()
|
||||
|
||||
if (MINGW)
|
||||
target_link_libraries(${TARGET} PUBLIC
|
||||
stdc++
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user