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:
Christian Clason
2021-10-30 12:10:19 +02:00
committed by GitHub
parent e921e98ce3
commit eb6a1039c5

View File

@@ -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")