Fix asm path for yasm version check

This commit is contained in:
Harshavardhana 2015-01-27 12:59:21 -08:00
parent aa4bc2549e
commit 0c87af7c64

View File

@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then
MISSING="${MISSING} yasm" MISSING="${MISSING} yasm"
fi fi
if ! yasm -f elf64 -i isal/include isal/src/gf-vect-dot-prod-avx2.asm -o /dev/null 2>/dev/null ; then if ! yasm -f elf64 pkg/storage/erasure/gf-vect-dot-prod-avx2.asm -o /dev/null 2>/dev/null ; then
MISSING="${MISSING} yasm(1.2.0)" MISSING="${MISSING} yasm(1.2.0)"
fi fi