Skip to content

Commit

Permalink
fix copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
Arteiimis committed Dec 28, 2024
1 parent 7cff6cc commit bb81bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/c/clay/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package("clay")

on_install(function (package)
os.cp("clay.h", package:installdir("include"))
os.cp("renderers/", package:installdir("include", "renderers"), {rootdir = "renderers"})
os.cp("renderers", package:installdir("include"))
end)

on_test(function (package)
Expand Down

0 comments on commit bb81bf7

Please sign in to comment.