Explorar o código

improve runtime link for boost

ruki %!s(int64=6) %!d(string=hai) anos
pai
achega
5ac17a2ea2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/b/boost/xmake.lua

+ 2 - 0
packages/b/boost/xmake.lua

@@ -110,6 +110,8 @@ package("boost")
             local vs_runtime = package:config("vs_runtime")
             if vs_runtime and vs_runtime:startswith("MT") then
                 table.insert(argv, "runtime-link=static")
+            else
+                table.insert(argv, "runtime-link=shared")
             end
         end
         if is_host("windows") then