From 4098e262e464c81e6f3feda8cde4af8b540a48b2 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Sun, 24 Nov 2024 23:52:07 +0800 Subject: [PATCH] wip --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 0e075c653..aafbb0c09 100644 --- a/xmake.lua +++ b/xmake.lua @@ -313,7 +313,7 @@ xpack("research") do add_sourcefiles("xmake.lua") end - if is_plat("linux") + if is_plat("linux") then on_load(function (package) if package:with_source() then package:set("basename", "goldfish-$(plat)-src-v$(version)")