mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -32,6 +32,9 @@ nspr_build()
|
|||
if [ "$opt_build" = 1 ]; then
|
||||
extra_params+=(--disable-debug --enable-optimize)
|
||||
fi
|
||||
if [ "$target_arch" = "x64" ]; then
|
||||
extra_params+=(--enable-64bit)
|
||||
fi
|
||||
|
||||
echo "NSPR [1/3] configure ..."
|
||||
pushd "$nspr_dir" >/dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue