1
0
Fork 0
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:
Charles Lowell 2010-02-15 22:17:10 -06:00
parent e9539441cf
commit e9d8e2cf16

View file

@ -43,8 +43,8 @@ task :build
task "clean-v8" => "clean" do
sh "rm -f #{V8_SRC}/libv8.a"
sh "rm -rf #{SCONS_SRC}/build"
sh "rm -rf #{SCONS_SRC}/install"
sh "rm -rf #{SCONS}/build"
sh "rm -rf #{SCONS}/install"
sh "rm -rf #{V8_SRC}/obj"
end