Files
hush3/src/cc/makecclib
2019-02-22 21:04:59 -11:00

3 lines
211 B
Bash
Executable File

#!/bin/sh
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o ../libcc.so cclib.cpp