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 90e39ec commit f4cb533Copy full SHA for f4cb533
xmake.lua
@@ -23,14 +23,17 @@ add_requires(
23
)
24
25
if is_config("backend", "lua") then
26
+ add_requires("openssl 1.1.1-w")
27
add_requires("mariadb-connector-c 3.3.9")
28
add_requires("scriptx main", {configs={backend="Lua"}})
29
30
elseif is_config("backend", "quickjs") then
31
32
33
add_requires("scriptx main", {configs={backend="QuickJs"}})
34
35
elseif is_config("backend", "python") then
36
37
38
add_requires("scriptx main", {configs={backend="Python"}})
39
0 commit comments