Skip to content
Snippets Groups Projects
  • bigbes's avatar
    d74778e2
    Fix OOS build with 'lua_source' · d74778e2
    bigbes authored
    The origin was that 'vmdef.lua' was generated in
    '${CMAKE_BINARY_DIR}/third_party/luajit/jit/', but was searched in
    '${CMAKE_SOURCE_DIR}/...'.
    ALSO: when we start to generate *.c files from luajit's libraries we made
    statement, that we don't built with OS pre-built luajits.
    d74778e2
    History
    Fix OOS build with 'lua_source'
    bigbes authored
    The origin was that 'vmdef.lua' was generated in
    '${CMAKE_BINARY_DIR}/third_party/luajit/jit/', but was searched in
    '${CMAKE_SOURCE_DIR}/...'.
    ALSO: when we start to generate *.c files from luajit's libraries we made
    statement, that we don't built with OS pre-built luajits.