mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-10 05:02:34 +00:00
Fixed yasm version check
This commit is contained in:
parent
cb62c7f4de
commit
aab6f57b17
@ -55,9 +55,13 @@ else
|
|||||||
if test "$yamajor" -ge "1" ; then
|
if test "$yamajor" -ge "1" ; then
|
||||||
if test "$yamajor" -eq "1" ; then
|
if test "$yamajor" -eq "1" ; then
|
||||||
if test "$yaminor" -ge "0" ; then
|
if test "$yaminor" -ge "0" ; then
|
||||||
|
if test "$yaminor" -eq "0"; then
|
||||||
if test "$yamini" -ge "1"; then
|
if test "$yamini" -ge "1"; then
|
||||||
has_yasm=true
|
has_yasm=true
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
has_yasm=true
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user