mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Update NSS to 3.36.4-RTM
This commit is contained in:
parent
099459dec0
commit
fe96962962
148 changed files with 5550 additions and 5825 deletions
|
|
@ -325,6 +325,11 @@ NSS_SSL_RUN="${NSS_SSL_RUN:-$nss_ssl_run}"
|
|||
ENV_BACKUP=${HOSTDIR}/env.sh
|
||||
env_backup > ${ENV_BACKUP}
|
||||
|
||||
# Print hardware support if we built it.
|
||||
if [ -f ${BINDIR}/hw-support ]; then
|
||||
${BINDIR}/hw-support
|
||||
fi
|
||||
|
||||
if [ "${O_CRON}" = "ON" ]; then
|
||||
run_cycles >> ${LOGFILE}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue