Skip to content

Commit

Permalink
Fix naming script
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Jan 7, 2024
1 parent 9483960 commit d35860d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/naming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d35860d

Please sign in to comment.