This commit is contained in:
Nishi 2026-09-22 11:06:13 +09:00
commit cdf7657b19
3 changed files with 3 additions and 3 deletions

2
configure vendored
View file

@ -246,7 +246,7 @@ print(OUT
" clang-format --verbose -i `find tools src include examples \"(\" -name \"*.c\" -or -name \"*.cc\" -or -name \"*.h\" -or -name \"*.m\" \")\" -and -not -name \"*ttf.c\"`\n"
);
print(OUT
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl configure -name \"*.pl\"`\n"
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl -name \"*.pl\"` configure\n"
);
print(OUT "\n");
print(OUT "lib:");