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:
parent
0e30abaff2
commit
395f553872
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue