mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-23 00:04:01 -04:00
Fix makecclib
This commit is contained in:
parent
17860a08a4
commit
97460af394
@ -6,7 +6,7 @@ make -f Makefile_rogue
|
|||||||
./makerogue
|
./makerogue
|
||||||
|
|
||||||
echo sudoku/musig/dilithium
|
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 ../libcc.so cclib.cpp
|
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
|
||||||
|
|
||||||
echo games tetris
|
echo games tetris
|
||||||
gcc -O3 -DBUILD_GAMESCC -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 gamescc.so cclib.cpp
|
gcc -O3 -DBUILD_GAMESCC -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 gamescc.so cclib.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user