mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add a build script for msys-win64, rename msys.sh to msys-win32.sh
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
export CFLAGS="-O3 -fomit-frame-pointer -m64"
|
||||
export PREFIX="$(pwd)/libsodium-win64"
|
||||
|
||||
./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
|
||||
--host=x86_64-w64-mingw32 && \
|
||||
make && \
|
||||
make check && \
|
||||
make install
|
||||
Reference in New Issue
Block a user