Skip to content
Snippets Groups Projects
Commit a9045bfd authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a race condition in build.

Fix a race condition between build of bundled luajit and build of
tarantool_lua_info.h.

(Failure to build tarantool_lua_info.m on Debian SID).
parent f1370fce
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ set (LUAJIT_BUNDLED_LIB "${LUAJIT_BUNDLED_PREFIX}/libluajit.a")
macro (luajit_use_bundled)
set (LUAJIT_PREFIX "${LUAJIT_BUNDLED_PREFIX}")
set (LUAJIT_INCLUDE "${LUAJIT_BUNDLED_PREFIX}")
set (LUAJIT_INCLUDE "${PROJECT_SOURCE_DIR}/third_party/luajit/src")
set (LUAJIT_LIB "${LUAJIT_BUNDLED_LIB}")
set (ENABLE_BUNDLED_LUAJIT True)
endmacro()
......
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