Skip to content

Commit 70e1416

Browse files
committed
Changed runtime library flag to /MD
1 parent 8292347 commit 70e1416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project "yamlcpp"
44
kind "StaticLib"
55
language "C++"
66
cppdialect "C++17"
7+
staticruntime "Off"
78

89
targetdir ("bin/" .. ConfigOutputPath)
910
objdir ("bin-obj/" .. ConfigOutputPath)
@@ -24,7 +25,6 @@ project "yamlcpp"
2425

2526
filter "platforms:x64"
2627
system "Windows"
27-
staticruntime "On"
2828

2929
filter "configurations:Debug*"
3030
runtime "Debug"

0 commit comments

Comments
 (0)