Skip to content

Commit

Permalink
Added Luajit-2.1 support
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim A. Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Dec 19, 2013
1 parent 8a4e705 commit b31ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindLuaJIT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
find_path(LUA_INCLUDE_DIR luajit.h
HINTS
ENV LUA_DIR
PATH_SUFFIXES include/luajit-2.0 include
PATH_SUFFIXES include/luajit-2.1 include/luajit-2.0 include
PATHS
~/Library/Frameworks
/Library/Frameworks
Expand Down

0 comments on commit b31ce8d

Please sign in to comment.