Skip to content

Commit

Permalink
Add -DLUA=ON to build-clang-tidy-plugin.sh
Browse files Browse the repository at this point in the history
Make clang-tidy shut up about not being able to find lua headers
  • Loading branch information
OrenAudeles authored Oct 8, 2024
1 parent 28e52b9 commit 195f6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/build-clang-tidy-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cmake \
-DSOUND="$SOUND" \
-DLIBBACKTRACE="${LIBBACKTRACE:-0}" \
-DLINKER=mold \
-DLUA=ON \
-DCATA_CLANG_TIDY_PLUGIN=ON

ninja -C "$BUILD_PATH" -j"$NUM_JOBS" CataAnalyzerPlugin
Expand Down

0 comments on commit 195f6a2

Please sign in to comment.