Skip to content

Commit

Permalink
Meson: Fix Log/Network
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Nov 17, 2024
1 parent df6e281 commit 2b8f873
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/shared/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ shared_sources = [
'Metric/Metric.cpp',
'Util/Util.cpp',
'Multithreading/Messager.cpp',
'Log.cpp',
'Log/Log.cpp',
'Util/ProgressBar.cpp',
'Multithreading/Threading.cpp',
'Util/ByteBuffer.cpp',
Expand All @@ -24,10 +24,6 @@ shared_sources = [
'Auth/HMACSHA1.cpp',
'Auth/BigNumber.cpp',
'Common.cpp',
'Network/Socket.cpp',
'Network/PacketBuffer.cpp',
'Network/NetworkThread.cpp',
'Network/Listener.cpp',
'Config/Config.cpp'
]

Expand Down

0 comments on commit 2b8f873

Please sign in to comment.