Commit 304d59db authored by Tristan Cavelier's avatar Tristan Cavelier

xxx component/v8: publish all tree

parent ee834b39
......@@ -24,15 +24,8 @@ script =
env = os.environ.copy()
env["CXXFLAGS"] = env["CFLAGS"] = "-fPIC"
call(["make", "native", "GYPFLAGS=-Dclang=0"], env=env, cwd=os.path.join(location__compile__v8))
os.mkdir(location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "tools", "gyp", "libv8_base.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "tools", "gyp", "libv8_libbase.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "tools", "gyp", "libv8_libplatform.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "tools", "gyp", "libv8_nosnapshot.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "tools", "gyp", "libv8_external_snapshot.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "third_party", "icu", "libicui18n.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "third_party", "icu", "libicuuc.a"), location)
shutil.copy(os.path.join(location__compile__v8, "out", "native", "obj.target", "third_party", "icu", "libicudata.a"), location)
shutil.rmtree(os.path.join(location__compile__v8, ".git") # free some space ~350MB
shutil.move(location__compile__v8, location)
shutil.rmtree(location__compile__)
[v8-4]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment