Skip to content

Commit

Permalink
added the include path of luajit2.1 for the FindLuaJIT module of cmak…
Browse files Browse the repository at this point in the history
…e. (iovisor#1120)
  • Loading branch information
monadbobo authored and goldshtn committed Apr 20, 2017
1 parent 0a01506 commit fd7a1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindLuaJIT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
FIND_PATH(LUAJIT_INCLUDE_DIR lua.h
HINTS
$ENV{LUAJIT_DIR}
PATH_SUFFIXES include/luajit-2.0 include/luajit2.0 include/luajit include
PATH_SUFFIXES include/luajit-2.0 include/luajit2.0 include/luajit include/luajit-2.1 include
PATHS
~/Library/Frameworks
/Library/Frameworks
Expand Down

0 comments on commit fd7a1d9

Please sign in to comment.