Skip to content

Commit

Permalink
Find Luajit on vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
adrido committed Mar 5, 2019
1 parent 10c9f5a commit 23bc0cf
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 @@ -20,7 +20,7 @@ FIND_PATH(LUA_INCLUDE_DIR luajit.h
)

FIND_LIBRARY(LUA_LIBRARY
NAMES luajit-5.1
NAMES luajit-5.1 lua51.lib
HINTS
$ENV{LUA_DIR}
PATH_SUFFIXES lib64 lib
Expand Down

0 comments on commit 23bc0cf

Please sign in to comment.