- Fixed linking with MinGW-w64.

This commit is contained in:
drfrag 2018-12-18 20:51:39 +01:00 committed by Rachael Alexanderson
parent bb8fcd63c4
commit 39564d8933

View file

@ -125,6 +125,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 )