Merge pull request #297 from sharkspeed/patch-1

fix build.sh error
This commit is contained in:
vn.py 2017-04-17 09:23:41 +08:00 committed by GitHub
commit f5963a23f2

View File

@ -12,6 +12,6 @@ cmake ..
make VERBOSE=1 -j 1
ln -fs `pwd`/lib/vnctpmd.so ../vnctpmd/test/vnctpmd.so
ln -fs `pwd`/lib/vnctptd.so ../vnctptd/test/vnctptd.so
cp ../vnctpmd/test/vnctpmd.* ../../vn.trader/ctpGateway/
cp ../vnctptd/test/vnctptd.* ../../vn.trader/ctpGateway/
cp ../vnctpmd/test/vnctpmd.* ../../../vn.trader/gateway/ctpGateway/
cp ../vnctptd/test/vnctptd.* ../../../vn.trader/gateway/ctpGateway/
popd