Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 24, 2024
1 parent a67b0da commit 4098e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit 4098e26

Please sign in to comment.