Fix compile with translations on Windows

This commit is contained in:
Jonas Kvinge
2020-01-03 02:07:37 +01:00
parent e912c59402
commit 31aa42c2fa
2 changed files with 3 additions and 10 deletions

View File

@@ -1137,10 +1137,7 @@ if (APPLE)
endif (APPLE)
if (WIN32)
target_link_libraries(strawberry_lib
${ZLIB_LIBRARIES}
dsound
)
target_link_libraries(strawberry_lib dsound)
endif (WIN32)
if (UNIX AND NOT APPLE)