Skip to content

Commit

Permalink
set c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Sep 26, 2024
1 parent 3a51465 commit 82560b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/p/process-dump/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package("process-dump")
on_install("@windows", "@mingw", "@msys", function (package)
io.writefile("xmake.lua", [[
add_rules("mode.release", "mode.debug")
set_languages("c++11")
target("pd")
set_kind("binary")
add_files("pd/*.cpp", "pd/*.rc")
Expand Down

0 comments on commit 82560b1

Please sign in to comment.