Makecclib
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
//#include <cryptoconditions.h>
|
||||
#include "../cryptoconditions/include/cryptoconditions.h"
|
||||
#include <cryptoconditions.h>
|
||||
|
||||
#include "primitives/block.h"
|
||||
#include "primitives/transaction.h"
|
||||
#include "script/cc.h"
|
||||
|
||||
@@ -1 +1 @@
|
||||
gcc -fPIC -shared -c -o ../cclib.so cclib.cpp
|
||||
gcc -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o ../cclib.so cclib.cpp
|
||||
|
||||
Reference in New Issue
Block a user