From d35860d03e9c828603736385981e73c20c64efce Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 7 Jan 2024 15:27:30 -0500 Subject: [PATCH] Fix naming script --- .github/workflows/naming.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/naming.yml b/.github/workflows/naming.yml index c870d7dd28..163354d5fb 100644 --- a/.github/workflows/naming.yml +++ b/.github/workflows/naming.yml @@ -22,8 +22,14 @@ jobs: run: | python3 tools/ncc/ncc.py \ --clang-lib ${{ env.LLVM_PATH }}/lib/libclang.so \ + --recurse \ --style tools/ncc/ncc.style \ --skip tools/ncc/skip.yml \ --definition WINAPI FAR BOOL CALLBACK HWND__=HWND \ - --include util \ - --path LEGO1 + --include \ + util \ + LEGO1 \ + LEGO1/omni/include \ + LEGO1/lego/legoomni/include \ + LEGO1/lego/sources \ + --path LEGO1/omni LEGO1/lego/legoomni