]> foleosoft.com Git - CryptoFoleo.git/commitdiff
Tue Jan 21 03:20:42 PM EST 2025
authorserver <[email protected]>
Tue, 21 Jan 2025 20:20:42 +0000 (15:20 -0500)
committerserver <[email protected]>
Tue, 21 Jan 2025 20:20:42 +0000 (15:20 -0500)
build.sh

index 9a0d725b55a8cf48164bd0c8a0afc545f65196f8..9024d94fb9c2a9c806edff3b196e7820c7e9440f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -24,6 +24,7 @@ then
        sudo ldconfig
 else
        set -x -e
+       mkdir -p bin
        gcc -shared -fPIC src/all.c -o bin/libCryptoFoleo.so -lgmp -DDEVICE='"/dev/random"'
        cp src/headers.h bin/CryptoFoleo.h
        cp src/headers.hs bin/CryptoFoleo.hs