Skip to content

Commit 371d280

Browse files
committed
Fix compilation with visual studio using clang
1 parent 79f3bbd commit 371d280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

premake5.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@
350350

351351
filter "system:windows"
352352
links { "ole32", "ws2_32", "advapi32", "version" }
353-
files { "src/**.rc" }
353+
354+
filter { "system:windows", "toolset:msc*" }
355+
files { "src/**.rc" }
354356

355357
filter "toolset:mingw"
356358
links { "crypt32", "bcrypt" }

0 commit comments

Comments
 (0)