mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 14:55:06 +01:00
Remove unnecessary pp suffix from filename
This commit is contained in:
parent
6de28ec09e
commit
0444558e21
2 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
{
|
||||
"name": "winutil",
|
||||
"only": "windows",
|
||||
"sources": "calibre/utils/windows/winutilpp.cpp",
|
||||
"sources": "calibre/utils/windows/winutil.cpp",
|
||||
"libraries": "shell32 wininet advapi32",
|
||||
"cflags": "/X"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue