mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
constant name changed for scons source path
This commit is contained in:
parent
e9539441cf
commit
e9d8e2cf16
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -43,8 +43,8 @@ task :build
|
||||||
|
|
||||||
task "clean-v8" => "clean" do
|
task "clean-v8" => "clean" do
|
||||||
sh "rm -f #{V8_SRC}/libv8.a"
|
sh "rm -f #{V8_SRC}/libv8.a"
|
||||||
sh "rm -rf #{SCONS_SRC}/build"
|
sh "rm -rf #{SCONS}/build"
|
||||||
sh "rm -rf #{SCONS_SRC}/install"
|
sh "rm -rf #{SCONS}/install"
|
||||||
sh "rm -rf #{V8_SRC}/obj"
|
sh "rm -rf #{V8_SRC}/obj"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue