From 09db6c2b4427c70d9018ceab23246046f9e5670e Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Mon, 1 Jun 2020 20:45:07 +0200 Subject: [PATCH] Add mingw libsodium build script --- sodiumWrapper/makeMingwX86-64.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 sodiumWrapper/makeMingwX86-64.sh diff --git a/sodiumWrapper/makeMingwX86-64.sh b/sodiumWrapper/makeMingwX86-64.sh new file mode 100755 index 0000000..da61da3 --- /dev/null +++ b/sodiumWrapper/makeMingwX86-64.sh @@ -0,0 +1,5 @@ +#!/bin/sh +./configureMingw64.sh +make -j32 -C libsodium clean +make -j32 -C libsodium +make -j32 -C libsodium install