diff --git a/sodiumWrapper/makeMacosX86-64.sh b/sodiumWrapper/makeMacosX86-64.sh new file mode 100755 index 0000000..9ceaa76 --- /dev/null +++ b/sodiumWrapper/makeMacosX86-64.sh @@ -0,0 +1,5 @@ +#!/bin/sh +./configureMacos64.sh +make -j32 -C libsodium clean +make -j32 -C libsodium +make -j32 -C libsodium install