зеркало из https://github.com/mozilla/gecko-dev.git
took out the 64 bit HW accelerator tests (did not find libraries)
This commit is contained in:
Родитель
1b67eeb3c2
Коммит
dd1ac6611a
|
@ -158,7 +158,7 @@ hw_acc()
|
|||
{
|
||||
HW_ACC_RET=0
|
||||
HW_ACC_ERR=""
|
||||
if [ -n "$O_HWACC" -a "$O_HWACC" = ON ] ; then
|
||||
if [ -n "$O_HWACC" -a "$O_HWACC" = ON -a -z "$USE_64" ] ; then
|
||||
echo "creating $CERTNAME s cert with hwaccelerator..."
|
||||
#case $ACCELERATOR in
|
||||
#rainbow)
|
||||
|
|
Загрузка…
Ссылка в новой задаче