Skip to content

Commit

Permalink
only build on subhost windows
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Sep 26, 2024
1 parent 82560b1 commit 779f18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p/process-dump/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package("process-dump")

add_versions("v2.1.1", "cd4e2327ce8fae5228d4790c73e4f3add9bff86e8f27ac9bcfc18f3373f61461")

on_install("@windows", "@mingw", "@msys", function (package)
on_install("@windows", function (package)
io.writefile("xmake.lua", [[
add_rules("mode.release", "mode.debug")
set_languages("c++11")
Expand Down

0 comments on commit 779f18a

Please sign in to comment.