mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix compilation on mingw
(cherry picked from commit c2685ef76fb5afc11fd1972b4e69f19124ce2b6a) a3c14a6e Build: fix: allow compilation on mingw Co-authored-by: Kreijstal <rainb@tfwno.gf>
This commit is contained in:
parent
97b0e6d403
commit
12d3f54da4
@ -132,7 +132,7 @@ if( APPLE )
|
||||
)
|
||||
endif()
|
||||
|
||||
if( MSVC )
|
||||
if( WIN32 )
|
||||
add_dependencies( kiplatform
|
||||
version_header
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user