forked from cory/tildefriends
libsodium-1.0.19-stable.tar.gz
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4490 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
12
deps/libsodium/dist-build/msys2-win32.sh
vendored
12
deps/libsodium/dist-build/msys2-win32.sh
vendored
@ -3,7 +3,7 @@
|
||||
export CFLAGS="-Ofast -fomit-frame-pointer -m32 -march=pentium3 -mtune=westmere"
|
||||
export PREFIX="$(pwd)/libsodium-win32"
|
||||
|
||||
if (i686-w64-mingw32-gcc --version > /dev/null 2>&1) then
|
||||
if (i686-w64-mingw32-gcc --version >/dev/null 2>&1); then
|
||||
echo MinGW found
|
||||
else
|
||||
echo Please install mingw-w64-i686-gcc >&2
|
||||
@ -11,8 +11,8 @@ else
|
||||
fi
|
||||
|
||||
./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
|
||||
--host=i686-w64-mingw32 && \
|
||||
make clean && \
|
||||
make && \
|
||||
make check && \
|
||||
make install
|
||||
--host=i686-w64-mingw32 &&
|
||||
make clean &&
|
||||
make &&
|
||||
make check &&
|
||||
make install
|
||||
|
Reference in New Issue
Block a user