3 lines
211 B
Bash
Executable File
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
|