Browse Source

config name fix

fy 6 years ago
parent
commit
a2a415a45d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libuv/xmake.lua

+ 1 - 1
packages/l/libuv/xmake.lua

@@ -25,7 +25,7 @@ package("libuv")
 
     on_install("windows", function (package)
         local configs = {}
-        local rtlib = string.lower(package:config('mtlib') or '')
+        local rtlib = string.lower(package:config('rtlib') or '')
         if rtlib == 'md' then
             configs = {
                 '-DCMAKE_CXX_FLAGS_DEBUG="/MDd"',