This website works better with JavaScript.
Home
Explore
Help
Sign In
govanify
/
pcsx2_ipc
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Activity
Browse Source
meson: remove clang-cleaner at compile time
master
Gauvain Roussel-Tarbouriech
2 weeks ago
parent
34c7028705
commit
e12e311b27
Signed by:
govanify
GPG Key ID:
DE62E1E2A6145556
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
meson.build
+ 0
- 7
meson.build
View File
@ -19,10 +19,3 @@ if catch2.found()
'-DTESTS')
test('tests', e)
endif
cleaner = find_program('clang-format', required : false)
if cleaner.found()
run_command(cleaner, '-i', src)
run_command(cleaner, '-i', test_src)
endif
Write
Preview
Loading…
Cancel
Save