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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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