We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d8612 commit 7a4d9dbCopy full SHA for 7a4d9db
net/yt-dlp-ejs/Portfile
@@ -57,9 +57,12 @@ if {${os.major} <= 16} {
57
depends_run-append path:bin/qjs:quickjs
58
59
notes "
60
- if you are using MacOS 10.12 or older, you will need to pass the
61
- '--js-runtimes quickjs' flag or add the appropriate changes to
62
- your yt-dlp configuration file.
+ If you are using macOS 10.12 or older, you will need to pass the
+ '--js-runtimes quickjs:${prefix}/bin/qjs' flag or add the appropriate
+ changes to your yt-dlp configuration file. For example, you can run
63
+ this command to set up the default configuration file:
64
+
65
+ echo --js-runtimes quickjs:${prefix}/bin/qjs >> ~/yt-dlp.conf
66
"
67
}
68
0 commit comments