mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- Fixed linking with MinGW-w64.
This commit is contained in:
parent
9aeeb0dc0f
commit
ecf1402274
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue