fix build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
gcc -O3 -DBUILD_CUSTOMCC -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 customcc.so cclib.cpp
|
gcc -O3 -DBUILD_CUSTOMCC -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 customcc.so cclib.cpp
|
||||||
cp customcc.so ../libcc.so
|
cp customcc.so ../libcc.so
|
||||||
cd ..
|
#cd ..
|
||||||
make
|
#make
|
||||||
cd cc
|
#cd cc
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ CONFIG_SITE="$PWD/depends/$HOST/share/config.site" ./configure "$HARDENING_ARG"
|
|||||||
WD=$PWD
|
WD=$PWD
|
||||||
cd src/cc
|
cd src/cc
|
||||||
echo $PWD
|
echo $PWD
|
||||||
./makerogue
|
./makecustom
|
||||||
cd $WD
|
cd $WD
|
||||||
|
|
||||||
"$MAKE" "$@" V=1
|
"$MAKE" "$@" V=1
|
||||||
|
|||||||
Reference in New Issue
Block a user