Skip to content

Commit c11f55e

Browse files
committed
fix: update platform check to include mingw for Windows syslinks
1 parent 4799b88 commit c11f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ target("concerto-core")
6565
"Include/(Concerto/Core/Profiler/*.inl)")
6666
add_cxxflags("cl::/wd4251")
6767

68-
if is_plat("windows") then
68+
if is_plat("windows", "mingw") then
6969
add_syslinks("ws2_32", "Kernel32")
7070
end
7171

0 commit comments

Comments
 (0)