Skip to content
This repository was archived by the owner on Dec 5, 2017. It is now read-only.

Commit de2533f

Browse files
committed
update
1 parent 205c9f7 commit de2533f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

linux_setup_3rd_part.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ rm -f snappy-$SNAPPY_VERSION.tar.gz
2424
#rm avro-cpp-$AVRO_VERSION.tar.gz
2525

2626
git clone https://github.com/bitbouncer/avro.git
27-
mkdir avro\lang\c++\avro
28-
xcopy /s /y avro\lang\c++\api\* avro\lang\c++\avro
27+
rm -rf avro/lang/c++/avro
28+
mkdir avro/lang/c++/avro
29+
cp -r avro/lang/c++/api* avro/lang/c++/avro
2930

3031
wget --no-check-certificate https://github.com/joyent/http-parser/archive/v$JOYENT_HTTP_VERSION.tar.gz -Ohttp_parser-v$JOYENT_HTTP_VERSION.tar.gz
3132
tar -xvf http_parser-v$JOYENT_HTTP_VERSION.tar.gz

0 commit comments

Comments
 (0)