Skip to content

Commit

Permalink
rm useless ls
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 13, 2019
1 parent fe49179 commit 8a8466e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if [[ $target == i686-* ]]; then
xsumfpmath="-mfpmath=sse"
fi
${CC} ${LDFLAGS} -shared -fPIC -O3 -std=c99 ${xsumfpmath} -fno-inline-functions -o ${libdir}/libxsum.${dlext} xsum.c pbinary.c
ls ${libdir}/libxsum.*
"""

# These are the platforms we will build for by default, unless further
Expand Down

0 comments on commit 8a8466e

Please sign in to comment.