mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 16:25:40 +00:00
fix(build): remove amalg build target for LuaJIT (#16178)
fixup for #16041 (`amalg` build is recommended by LuaJIT for performance but this way of doing it breaks parallel build with `make -j`)
This commit is contained in:
2
third-party/cmake/BuildLuajit.cmake
vendored
2
third-party/cmake/BuildLuajit.cmake
vendored
@@ -58,7 +58,7 @@ set(INSTALLCMD_UNIX ${MAKE_PRG} CFLAGS=-fPIC
|
||||
${AMD64_ABI}
|
||||
CCDEBUG+=-g
|
||||
Q=
|
||||
amalg install)
|
||||
install)
|
||||
|
||||
if(UNIX)
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
|
||||
Reference in New Issue
Block a user