only pass nasm option to x86_64

master v88.0-1
ohfp 2021-04-21 13:10:43 +02:00
parent 5af02721e8
commit 95feca84f5
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,6 @@ mk_add_options MOZ_OBJDIR=${srcdir}/firefox-${pkgver}/obj
# to build on ubuntu and pick up clang
ac_add_options NODEJS=/usr/lib/nodejs-mozilla/bin/node
ac_add_options NASM=/usr/lib/nasm-mozilla/bin/nasm
# This supposedly speeds up compilation (We test through dogfooding anyway)
ac_add_options --disable-tests
@ -103,6 +102,9 @@ export RANLIB=llvm-ranlib-11
# probably not needed, enabled by default?
ac_add_options --enable-optimize
# unavailable option when (on ubuntu at least(?)) building on aarch64
ac_add_options NASM=/usr/lib/nasm-mozilla/bin/nasm
END
fi