mirror of https://gitee.com/bigwinds/arangodb
remove unused script
This commit is contained in:
parent
85f02ddc27
commit
306ea79e18
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
V8_VERSION=4.3.61
|
||||
|
||||
tar cvzf precompiled-libraries-${V8_VERSION}.tar.gz \
|
||||
.v8-build-64 \
|
||||
3rdParty/V8-${V8_VERSION}/include \
|
||||
3rdParty/V8-${V8_VERSION}/out/x64.release/obj.target/tools/gyp \
|
||||
3rdParty/V8-${V8_VERSION}/third_party/icu/source/common \
|
||||
3rdParty/V8-${V8_VERSION}/third_party/icu/source/i18n \
|
||||
3rdParty/V8-${V8_VERSION}/third_party/icu/source/io \
|
||||
3rdParty/V8-${V8_VERSION}/out/x64.release/obj.target/third_party/icu
|
Loading…
Reference in New Issue