summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvan Welsh <contact@evanwelsh.com>2022-07-22 10:30:45 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-08-07 16:42:03 -0700
commit6c08d5296b53f745e08ffd8c16c8ebabe55f46fc (patch)
treed68bf163368fb3add3433a0220582f853cf9ce2c /tools
parentc01c41334c40dac2d8635e42423d0326385e501b (diff)
downloadgjs-6c08d5296b53f745e08ffd8c16c8ebabe55f46fc.tar.gz
build: Build with mozjs102
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_iwyu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_iwyu.sh b/tools/run_iwyu.sh
index 047281c0..2b7b87be 100755
--- a/tools/run_iwyu.sh
+++ b/tools/run_iwyu.sh
@@ -47,7 +47,7 @@ IWYU="python3 $(which iwyu_tool || which iwyu-tool || which iwyu_tool.py) -p ."
IWYU_TOOL_ARGS="-I../gjs"
IWYU_ARGS="-Wno-pragma-once-outside-header"
IWYU_RAW="include-what-you-use -xc++ -std=c++17 -Xiwyu --keep=config.h $IWYU_ARGS"
-IWYU_RAW_INC="-I. -I.. $(pkg-config --cflags gobject-introspection-1.0 mozjs-91)"
+IWYU_RAW_INC="-I. -I.. $(pkg-config --cflags gobject-introspection-1.0 mozjs-102)"
PRIVATE_MAPPING="-Xiwyu --mapping_file=$SRCDIR/tools/gjs-private-iwyu.imp -Xiwyu --keep=config.h"
PUBLIC_MAPPING="-Xiwyu --mapping_file=$SRCDIR/tools/gjs-public-iwyu.imp"
POSTPROCESS="python3 $SRCDIR/tools/process_iwyu.py"