[gjs/mozjs91: 18/18] Update IWYU script for mozjs91




commit 422501bc01d4ab80a17d61384792d98f4af9505b
Author: Evan Welsh <contact evanwelsh com>
Date:   Fri Aug 6 19:41:16 2021 -0700

    Update IWYU script for mozjs91

 tools/run_iwyu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/run_iwyu.sh b/tools/run_iwyu.sh
index cae6fbeb..837c62bd 100755
--- a/tools/run_iwyu.sh
+++ b/tools/run_iwyu.sh
@@ -45,7 +45,7 @@ echo "files: $files"
 
 IWYU="python3 $(which iwyu_tool) -p ."
 IWYU_RAW="include-what-you-use -xc++ -std=c++17 -Xiwyu --keep=config.h"
-IWYU_RAW_INC="-I. -I.. $(pkg-config --cflags gobject-introspection-1.0 mozjs-78)"
+IWYU_RAW_INC="-I. -I.. $(pkg-config --cflags gobject-introspection-1.0 mozjs-91)"
 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]