Merge pull request #1524 from KMDLabs/master

merge changes for gcharang
This commit is contained in:
jl777
2019-06-03 23:05:06 -11:00
committed by GitHub
6 changed files with 18 additions and 7 deletions

View File

@@ -7,8 +7,6 @@ make -f Makefile_rogue
rm ../libcc.so
cp librogue.so ../libcc.so
#exit 0
echo sudoku/musig/dilithium
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 sudokucc.so cclib.cpp

View File

@@ -35,3 +35,6 @@ else
echo ROGUE BUILD FAILED
exit 1
fi
rm ../libcc.so
cp librogue.so ../libcc.so