From b0f5441c5eb2e3f4a3b847c48583e43425cd97e2 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 30 Sep 2019 12:50:22 +0200 Subject: bundle: upgrade LuaJIT to latest v2.1 (#10321) --- third-party/cmake/BuildLuv.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third-party/cmake/BuildLuv.cmake') diff --git a/third-party/cmake/BuildLuv.cmake b/third-party/cmake/BuildLuv.cmake index 967e0a1711..c2a2bbf083 100644 --- a/third-party/cmake/BuildLuv.cmake +++ b/third-party/cmake/BuildLuv.cmake @@ -55,7 +55,7 @@ endfunction() set(LUV_SRC_DIR ${DEPS_BUILD_DIR}/src/luv) set(LUV_INCLUDE_FLAGS - "-I${DEPS_INSTALL_DIR}/include -I${DEPS_INSTALL_DIR}/include/luajit-2.0") + "-I${DEPS_INSTALL_DIR}/include -I${DEPS_INSTALL_DIR}/include/luajit-2.1") # Replace luv default rockspec with the alternate one under the "rockspecs" # directory -- cgit