mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed linking with MinGW-w64.
This commit is contained in:
parent
bb8fcd63c4
commit
39564d8933
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue