Skip to content

Commit

Permalink
move asmtk -> asmjit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangff committed Apr 17, 2024
1 parent bf854cf commit 56e73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/third/polyhook_2/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package("polyhook_2")
import("package.tools.cmake").install(package, configs, { packagedeps = { "zycore", "zydis" } })
print(package:get("links"))
package:add("links", "PolyHook_2")
package:add("links", "asmjit")
package:add("links", "asmtk")
package:add("links", "asmjit")
print(package:get("links"))
-- fuckyou()
end)
Expand Down

0 comments on commit 56e73c5

Please sign in to comment.