Skip to content

Commit

Permalink
macOS JSC lives in a new place since 10.15
Browse files Browse the repository at this point in the history
('Current' symlinks to 'A')

`PASSED:  test:javascriptcore`

Addresses rails#88
  • Loading branch information
Paul Makepeace committed Apr 9, 2020
1 parent f6dc08c commit f322be5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/execjs/runtimes.rb
Expand Up @@ -27,7 +27,10 @@ module Runtimes

JavaScriptCore = ExternalRuntime.new(
name: "JavaScriptCore",
command: "/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc",
command: [
"/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc",
"/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc",
],
runner_path: ExecJS.root + "/support/jsc_runner.js"
)

Expand Down

0 comments on commit f322be5

Please sign in to comment.