Browse Source

fix lua links

ruki 6 năm trước cách đây
mục cha
commit
18e7107792
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/l/lua/xmake.lua

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

@@ -12,7 +12,7 @@ package("lua")
 
     add_includedirs("include/lua")
     if not is_plat("windows") then
-        add_syslinks("dl")
+        add_syslinks("dl", "m")
     end
 
     on_load(function (package)