Skip to content

Commit

Permalink
Find LuaJIT headers on vcpkg
Browse files Browse the repository at this point in the history
luajit headers were moved into a subdirectory to avoid conflicts with plain lua
  • Loading branch information
adrido authored and sfan5 committed Aug 18, 2019
1 parent d73e458 commit dea5a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindLuaJIT.cmake
Expand Up @@ -9,7 +9,7 @@
FIND_PATH(LUA_INCLUDE_DIR luajit.h
HINTS
$ENV{LUA_DIR}
PATH_SUFFIXES include/luajit-2.1 include/luajit-2.0 include/luajit-5_1-2.1 include/luajit-5_1-2.0 include
PATH_SUFFIXES include/luajit-2.1 include/luajit-2.0 include/luajit-5_1-2.1 include/luajit-5_1-2.0 include luajit
PATHS
~/Library/Frameworks
/Library/Frameworks
Expand Down

0 comments on commit dea5a15

Please sign in to comment.