Skip to content

Commit

Permalink
Update xmake.lua (#6245)
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock authored Jan 30, 2025
1 parent a131684 commit 4b0acbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/r/reflect-cpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ package("reflect-cpp")
table.insert(configs, "-DREFLECTCPP_UBJSON=" .. (package:config("ubjson") and "ON" or "OFF"))
table.insert(configs, "-DREFLECTCPP_YAML=" .. (package:config("yaml") and "ON" or "OFF"))
import("package.tools.cmake").install(package, configs)
else
os.rm("include/thirdparty")
os.cp("include", package:installdir())
end
os.rm("include/thirdparty")
os.cp("include", package:installdir())
end)

on_test(function (package)
Expand Down

0 comments on commit 4b0acbe

Please sign in to comment.