Drop lib prefix from MinGW builds of our steam_api.dll stub

libsteam_api.dll -> steam_api.dll

This unifies the name between MinGW and MSVC.

Fixes #2657.
This commit is contained in:
heinrich5991 2020-08-29 14:51:14 +02:00
parent 5f6df2b5a4
commit a2f9542d5f

View file

@ -1791,6 +1791,7 @@ if(CLIENT)
set(CLIENT_MANIFEST "other/manifest/DDNet.manifest")
else()
set(CLIENT_MANIFEST "other/manifest/DDNet.rc")
set_target_properties(${TARGET_STEAMAPI} PROPERTIES PREFIX "")
endif()
else()
set(CLIENT_ICON)