Skip to content
Snippets Groups Projects
Unverified Commit 8484cabc authored by Igor Munkin's avatar Igor Munkin
Browse files

build: fix lua.c file generation


If Lua source path given to <lua_source> function is relative, the
output file is generated in the binary directory. At the same time if
the given path to be compiled to *.lua.c is absolute, the output
file is generated in source directory instead of the binary one. This
patch fixes the latter case, providing the valid behaviour for out of
source build type.

Needed for #4862

Reviewed-by: default avatarSergey Kaplun <skaplun@tarantool.org>
Reviewed-by: default avatarTimur Safin <tsafin@tarantool.org>
Signed-off-by: default avatarIgor Munkin <imun@tarantool.org>
parent 4842c090
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment