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 9f600f5 commit 979822fCopy full SHA for 979822f
tools/generic_lib.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
# Make SpiderMonkey and this repo generic instead of version specific.
3
# script shoud be run in mozjs dir with $1 for meson.build location
4
-sed -i 's/mozjs-$MOZILLA_SYMBOLVERSION/mozjs/g' old-configure.in
+sed -i 's/mozjs-\{symbolversion\}/mozjs/g' js/moz.configure
5
sed -i --regexp-extended "s/dependency\(.mozjs.*$/dependency('mozjs')/gm" "$1"
0 commit comments