mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Run make distclean, not just make clean in the msys2 build scripts
for consistency with other build scripts
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
export CFLAGS="-O3 -fomit-frame-pointer -m32 -march=pentium2 -mtune=nocona"
|
||||
export PREFIX="$(pwd)/libsodium-win32"
|
||||
|
||||
make distclean > /dev/null
|
||||
|
||||
./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
|
||||
--host=i686-w64-mingw32 && \
|
||||
make clean && \
|
||||
make && \
|
||||
make check && \
|
||||
make install
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
export CFLAGS="-O3 -fomit-frame-pointer -m64 -mtune=nocona"
|
||||
export PREFIX="$(pwd)/libsodium-win64"
|
||||
|
||||
make distclean > /dev/null
|
||||
|
||||
./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
|
||||
--host=x86_64-w64-mingw32 && \
|
||||
make clean && \
|
||||
make && \
|
||||
make check && \
|
||||
make install
|
||||
|
||||
Reference in New Issue
Block a user