Commit 15a35262 authored by Tristan Cavelier's avatar Tristan Cavelier

xxx component/v8: fix typo

parent fd948d05
......@@ -26,7 +26,7 @@ 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))
shutil.rmtree(os.path.join(location__compile__v8, ".git") # free some space ~350MB
shutil.rmtree(os.path.join(location__compile__v8, ".git")) # free some space ~350MB
shutil.move(location__compile__v8, location)
shutil.rmtree(location__compile__)
......
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