0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

Merge pull request #1137 from SuslikV/patch-1

cmake: Add more LuaJIT lib names
This commit is contained in:
Jim 2018-01-08 15:18:21 -08:00 committed by GitHub
commit f3e456a3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ FIND_PATH(LUAJIT_INCLUDE_DIR
)
find_library(LUAJIT_LIB
NAMES ${_LUAJIT_LIBRARIES} luajit luajit-51 luajit-5.1
NAMES ${_LUAJIT_LIBRARIES} luajit luajit-51 luajit-5.1 lua51
HINTS
ENV LuajitPath${_lib_suffix}
ENV LuajitPath