Skip to content

Commit

Permalink
Fix install target
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Nov 26, 2024
1 parent 3ad615e commit 77c7985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/loader/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ else
on_build(function(target) end)
on_clean(function(target) end)
on_link(function(target) end)
on_install(function(target) end)
after_build(function(target)
local targetdir = target:targetdir()
local clientdir = path.join(os.projectdir(), target:dep("Client"):targetdir())
Expand Down

0 comments on commit 77c7985

Please sign in to comment.