- Fixed linking with MinGW-w64.

This commit is contained in:
drfrag 2018-12-18 20:51:39 +01:00
parent 9aeeb0dc0f
commit ecf1402274

View file

@ -140,6 +140,7 @@ if( WIN32 )
if( DX_dxguid_LIBRARY )
list( APPEND ZDOOM_LIBS "${DX_dxguid_LIBRARY}" )
endif()
set( ZDOOM_LIBS ${ZDOOM_LIBS} libdbghelp.a )
endif()
else()
if( APPLE )