From 0b80f155c4a2f3202851e20c6e8c07bcce3c8aff Mon Sep 17 00:00:00 2001 From: c8ef Date: Tue, 17 Sep 2024 14:51:11 +0800 Subject: [PATCH] Update xmake.lua --- packages/g/google-dawn/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/g/google-dawn/xmake.lua b/packages/g/google-dawn/xmake.lua index edbe63b3131..5c613d37ec6 100644 --- a/packages/g/google-dawn/xmake.lua +++ b/packages/g/google-dawn/xmake.lua @@ -15,7 +15,7 @@ package("google-dawn") end if is_plat("linux", "bsd") then - ad_syslinks("pthread") + add_syslinks("pthread") end add_deps("cmake", "python 3.x", {kind = "binary"})