3 lines
184 B
Bash
Executable File
3 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
gcc -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o ../libcc.so cclib.cpp
|