mirror of
https://github.com/minio/minio.git
synced 2025-02-03 18:06:00 -05:00
Merge pull request #73 from harshavardhana/pr_out_fix_asm_path_for_yasm_version_check
This commit is contained in:
commit
af52f88187
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user