We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a1753 commit 2c64bdeCopy full SHA for 2c64bde
1 file changed
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 dit with $1 for mason.build location
+# 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
5
-sed -i --regexp-extended "s/dependency\(.mozjs.*$/dependency('mozjs')/gm" "$1"
+sed -i --regexp-extended "s/dependency\(.mozjs.*$/dependency('mozjs')/gm" "$1"
0 commit comments