mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
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:
parent
5f6df2b5a4
commit
a2f9542d5f
|
@ -1791,6 +1791,7 @@ if(CLIENT)
|
||||||
set(CLIENT_MANIFEST "other/manifest/DDNet.manifest")
|
set(CLIENT_MANIFEST "other/manifest/DDNet.manifest")
|
||||||
else()
|
else()
|
||||||
set(CLIENT_MANIFEST "other/manifest/DDNet.rc")
|
set(CLIENT_MANIFEST "other/manifest/DDNet.rc")
|
||||||
|
set_target_properties(${TARGET_STEAMAPI} PROPERTIES PREFIX "")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
set(CLIENT_ICON)
|
set(CLIENT_ICON)
|
||||||
|
|
Loading…
Reference in a new issue