mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
Ports: Remove i686 support
This commit is contained in:
parent
e11dcd21c1
commit
b49c4eb94f
8 changed files with 18 additions and 24 deletions
|
@ -6,9 +6,7 @@ files="https://luajit.org/download/LuaJIT-${version}.tar.gz LuaJIT-${version}.ta
|
|||
auth_type=sha256
|
||||
workdir="LuaJIT-${version}"
|
||||
|
||||
if [ ${SERENITY_ARCH} = "i686" ]; then
|
||||
M_FLAG=-m32
|
||||
elif [ ${SERENITY_ARCH} = "x86_64" ]; then
|
||||
if [ ${SERENITY_ARCH} = "x86_64" ]; then
|
||||
M_FLAG=-m64
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue