diff options
Diffstat (limited to 'zenutil')
| -rw-r--r-- | zenutil/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua index e3cbec94e..b7f08afb9 100644 --- a/zenutil/xmake.lua +++ b/zenutil/xmake.lua @@ -5,6 +5,6 @@ target('zenutil') add_deps("zencore") add_packages("vcpkg::spdlog") - if is_os("linux") then - add_links("rt") + if is_plat("linux") then + add_syslinks("rt") end
\ No newline at end of file |