Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing authored Jul 16, 2024
1 parent c8298cd commit d43d349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/a/async_simple/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ package("async_simple")

add_deps("cmake")

on_load("windows", function (package)
package:set("kind", "library", {headeronly = true})
end)

on_install("windows", "linux", "macosx", function (package)
if package:version():le("1.3") then
io.replace("async_simple/CMakeLists.txt",
Expand Down

0 comments on commit d43d349

Please sign in to comment.