mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Update JavaScriptCore path
This commit is contained in:
parent
8eadf60e7f
commit
1dce3d0778
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ module ExecJS
|
|||
|
||||
JavaScriptCore = ExternalRuntime.new(
|
||||
name: "JavaScriptCore",
|
||||
command: "/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc",
|
||||
command: [
|
||||
"/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc",
|
||||
"/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc",
|
||||
],
|
||||
runner_path: ExecJS.root + "/support/jsc_runner.js"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue