diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-17 15:46:01 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-18 20:49:05 -0300 |
commit | d83b908a7371360d117cabbf6da099170f5fb178 (patch) | |
tree | f795b4f1e362da5d8204a6433ff7927888ada222 /luarocks-dev-1.rockspec | |
parent | 4eee542ddcbde8df3bd64eee0bda87d6b96e0005 (diff) | |
download | luarocks-d83b908a7371360d117cabbf6da099170f5fb178.tar.gz luarocks-d83b908a7371360d117cabbf6da099170f5fb178.tar.bz2 luarocks-d83b908a7371360d117cabbf6da099170f5fb178.zip |
drop cfg.lua_interpreter, use cfg.variables.LUA
Diffstat (limited to 'luarocks-dev-1.rockspec')
-rw-r--r-- | luarocks-dev-1.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luarocks-dev-1.rockspec b/luarocks-dev-1.rockspec index 718ce338..677b07cf 100644 --- a/luarocks-dev-1.rockspec +++ b/luarocks-dev-1.rockspec | |||
@@ -28,10 +28,10 @@ test = { | |||
28 | type = "busted", | 28 | type = "busted", |
29 | platforms = { | 29 | platforms = { |
30 | windows = { | 30 | windows = { |
31 | flags = { "--exclude-tags=ssh,git,unix", "-Xhelper", "lua_dir=$(LUA_DIR)", "-Xhelper", "lua_interpreter=$(LUA)" } | 31 | flags = { "--exclude-tags=ssh,git,unix", "-Xhelper", "lua_dir=$(LUA_DIR)", "-Xhelper", "lua=$(LUA)" } |
32 | }, | 32 | }, |
33 | unix = { | 33 | unix = { |
34 | flags = { "--exclude-tags=ssh,git", "-Xhelper", "lua_dir=$(LUA_DIR)", "-Xhelper", "lua_interpreter=$(LUA)" } | 34 | flags = { "--exclude-tags=ssh,git", "-Xhelper", "lua_dir=$(LUA_DIR)", "-Xhelper", "lua=$(LUA)" } |
35 | } | 35 | } |
36 | } | 36 | } |
37 | } | 37 | } |