diff options
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua index 90f070ddb..738fe5796 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -43,3 +43,7 @@ target('zencore') add_syslinks("crypto") add_syslinks("dl") end + + if is_plat("linux") then + add_syslinks("rt") + end |