Skip to content

Commit

Permalink
cmake: copy isa libs
Browse files Browse the repository at this point in the history
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
  • Loading branch information
oritwas committed Aug 6, 2015
1 parent 619a527 commit ed2fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -e CMakeCache.txt ]; then
# Gather symlinks to EC plugins in one dir, because with CMake they
# are built into multiple locations
mkdir -p ec_plugins
for file in ./src/erasure-code/jerasure/*.so* src/erasure-code/lrc/*.so*
for file in ./src/erasure-code/jerasure/*.so* src/erasure-code/lrc/*.so* src/erasure-code/isa/*.so*
do
ln -sf ../${file} ec_plugins/`basename $file`
done
Expand Down

0 comments on commit ed2fdd9

Please sign in to comment.