mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
11 lines
339 B
Python
11 lines
339 B
Python
--- execjs/_external_runtime.py.orig 2019-05-25 16:38:20 UTC
|
|
+++ execjs/_external_runtime.py
|
|
@@ -251,7 +251,7 @@ def jsc():
|
|
def spidermonkey():
|
|
return ExternalRuntime(
|
|
name="SpiderMonkey",
|
|
- command=["js"],
|
|
+ command=["js52"],
|
|
runner_source=_runner_sources.SpiderMonkey,
|
|
tempfile=True
|
|
)
|