7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 04:56:54 +00:00

Fix compilation on mingw

This commit is contained in:
Kreijstal 2025-03-03 01:56:30 +00:00 committed by Mark Roszko
parent 27edf0b949
commit c2685ef76f

View File

@ -132,8 +132,8 @@ if( APPLE )
)
endif()
if( MSVC )
if( WIN32 )
add_dependencies( kiplatform
version_header
)
endif()
endif()