Skip to content

Commit

Permalink
alcatraz: limit plat
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Oct 1, 2024
1 parent ecec36e commit 9240125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/a/alcatraz/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package("alcatraz")

add_deps("asmjit", "zydis")

on_install("@windows", "@mingw", "@msys", function (package)
on_install("@windows", function (package)
io.replace("Alcatraz/obfuscator/obfuscator.cpp", "#include <iostream>",
"#include <iostream>\n#include <bit>", {plain = true})

Expand Down

0 comments on commit 9240125

Please sign in to comment.