Skip to content

Commit

Permalink
update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Dec 31, 2024
1 parent 7bb6f55 commit b50e540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikyuu_pywrap/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ target("core")
os.trycp(target:targetdir() .. '/*.so', dst_dir)
os.trycp(target:targetdir() .. '/*.so.*', dst_dir)
if not is_plat("cross") then
os.trymv(target:targetdir() .. '/core.so', dst_obj .. ".so")
os.trymv(dst_dir .. '/core.so', dst_obj .. ".so")
end
end

Expand Down

0 comments on commit b50e540

Please sign in to comment.