mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: Rename puff.c => puff.cpp
Now that we don't keep a C compiler around in the toolchain (to save space) we can't have .c files in the build. This reminds me that #362 exists and we should fix that at some point.
This commit is contained in:
@@ -18,7 +18,7 @@ set(SOURCES
|
||||
Notifier.cpp
|
||||
Object.cpp
|
||||
ProcessStatisticsReader.cpp
|
||||
puff.c
|
||||
puff.cpp
|
||||
SocketAddress.cpp
|
||||
Socket.cpp
|
||||
StandardPaths.cpp
|
||||
|
||||
Reference in New Issue
Block a user