dev-lua/lua-zlib: fix compilation with luajit-2.1

Closes: https://bugs.gentoo.org/834410
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-03-02 03:32:55 +01:00
parent 61c003d081
commit 33864a2bae

View File

@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}"
lua_src_configure() {
local mycmakeargs=(
-DINSTALL_CMOD="$(lua_get_cmod_dir)"
-DLUA_INCLUDE_DIR="$(lua_get_include_dir)"
-DUSE_LUA_VERSION="$(lua_get_version)"
)