oops
This commit is contained in:
parent
96413dc6f2
commit
836fbe2348
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ install:
|
|||
- export CC=gcc-4.8
|
||||
- export CXX=g++-4.8
|
||||
- cd capnproto-c++-0.4.1 && ./configure && make -j5 && sudo make install && cd ..
|
||||
script: make CXX=g++-4.8 CXX_FLAGS="std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"
|
||||
script: make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"
|
||||
|
|
Loading…
Reference in a new issue