resolve conflict
PR for multi OS build will follow this PR
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd rogue;
|
cd rogue;
|
||||||
./configure # only need this first time
|
./configure
|
||||||
echo "you can ignore ./makerogue: shell: not found"
|
|
||||||
make; cd ..
|
make; cd ..
|
||||||
gcc -Wno-write-strings -DBUILD_ROGUE -std=c++11 -I../../depends/$(shell echo `../..//depends/config.guess`/include) -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -o librogue.so -c cclib.cpp
|
|
||||||
cp librogue.so ../libcc.so
|
|
||||||
|
|
||||||
|
if make -f Makefile_rogue "$@"; then
|
||||||
|
echo ROGUE BUILD SUCCESSFUL
|
||||||
|
else
|
||||||
|
echo ROGUE BUILD FAILED
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user