Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Mar 17, 2024
1 parent 49e6451 commit 737c42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/c/cppfront/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package("cppfront")
end
end)

on_install("windows", "linux", "macosx", function (package)
on_install("windows", "linux", "macosx|x86_64", function (package)
local configs = {}
io.writefile("xmake.lua", [[
add_rules("mode.release", "mode.debug")
Expand Down

0 comments on commit 737c42e

Please sign in to comment.