Skip to content

Commit

Permalink
fix building on Linux: luajit -> LuaJIT
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 28, 2018
1 parent f5a79b2 commit 39bcd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")

add_definitions(-D_MT -D_CPPUNWIND -DPURE_DYNAMIC_CAST -DDECLARE_SPECIALIZATION -DM_NOSTDCONTAINERS_EXT -DUSE_OGL)

set(LUA_INCLUDE_DIR Externals/luajit/src)
set(LUA_INCLUDE_DIR Externals/LuaJIT/src)
set(LUA_LIBRARIES luajit)
set(LUA_FOUND 1)
if (NOT WIN32)
Expand Down
2 changes: 1 addition & 1 deletion Externals/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_subdirectory(luajit)
add_subdirectory(LuaJIT)
add_subdirectory(luabind)
add_subdirectory(lzo)
add_subdirectory(cximage)
Expand Down

0 comments on commit 39bcd22

Please sign in to comment.