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