Browse Source

config name fix

fy 6 năm trước cách đây
mục cha
commit
a2a415a45d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"',