Skip to content

Commit

Permalink
Update build script to support more distros
Browse files Browse the repository at this point in the history
  • Loading branch information
keharriso committed Apr 6, 2019
1 parent be9b573 commit bf89bf9
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 @@ -11,7 +11,7 @@
find_path(LUA_INCLUDE_DIR luajit.h
HINTS
ENV LUA_DIR
PATH_SUFFIXES include/luajit-2.0 include/luajit-2.1 include
PATH_SUFFIXES include/luajit-2.0 include/luajit-2.1 include/luajit-5_1-2.1 include
PATHS
~/Library/Frameworks
/Library/Frameworks
Expand Down

0 comments on commit bf89bf9

Please sign in to comment.