mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 03:21:28 +00:00
Keep legacy_studio_definitions for non mingw64 toolchain
This commit is contained in:
parent
120c0fb5ca
commit
709d5dd742
1 changed files with 5 additions and 0 deletions
|
@ -73,11 +73,16 @@ if( WIN32 )
|
|||
dwmapi
|
||||
)
|
||||
|
||||
if( NOT MINGW )
|
||||
list( APPEND PROJECT_LIBRARIES legacy_stdio_definitions )
|
||||
endif()
|
||||
|
||||
if( DEM_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
||||
if( DX_dxguid_LIBRARY )
|
||||
list( APPEND PROJECT_LIBRARIES "${DX_dxguid_LIBRARY}" )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
else()
|
||||
if( APPLE )
|
||||
set( NO_GTK ON )
|
||||
|
|
Loading…
Reference in a new issue