1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Remove jsc bin

Fixes #42
This commit is contained in:
Joshua Peek 2011-09-09 14:29:26 -05:00
parent 164b541013
commit 9a815b356b

View file

@ -23,7 +23,7 @@ module ExecJS
JavaScriptCore = ExternalRuntime.new(
:name => "JavaScriptCore",
:command => ["/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc", "jsc"],
:command => "/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc",
:runner_path => ExecJS.root + "/support/jsc_runner.js"
)