We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf18a9 commit 9bd5da4Copy full SHA for 9bd5da4
packages/z/zasm/xmake.lua
@@ -54,7 +54,7 @@ package("zasm")
54
55
io.writefile("xmake.lua", format([[
56
add_rules("mode.debug", "mode.release")
57
- add_requires("zydis v4.0.0")
+ add_requires("zydis %s")
58
target("zasm")
59
set_kind("$(kind)")
60
set_languages("c++17")
@@ -66,7 +66,7 @@ package("zasm")
66
end
67
68
add_packages("zydis")
69
- ]], src_include))
+ ]], package:dep("zydis"):version(), src_include))
70
import("package.tools.xmake").install(package)
71
end)
72
0 commit comments