1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

incrementally compile source files

This commit is contained in:
Charles Lowell 2010-01-09 18:00:58 +02:00
parent 0e30abaff2
commit 395f553872

View file

@ -26,6 +26,7 @@ end
Rake::ExtensionTask.new("v8", $hoe.spec) do |ext|
ext.lib_dir = "lib/v8"
ext.source_pattern = "*.{cpp,h}"
end
require 'newgem/tasks'