summaryrefslogtreecommitdiffstats
path: root/tasks/ffi.rake
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/ffi.rake')
-rw-r--r--tasks/ffi.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/ffi.rake b/tasks/ffi.rake
index 7ab3ffb..0ade669 100644
--- a/tasks/ffi.rake
+++ b/tasks/ffi.rake
@@ -12,7 +12,7 @@ namespace :ffi do
#
desc "generate ffi bindings"
task :ruby do
- sh 'ruby ./tools/genruby.rb'
+ sh './tools/genruby.rb'
end
end
#