Skip to content

Commit

Permalink
Build log.c for test_cli
Browse files Browse the repository at this point in the history
On Windows, sc_log_windows_error() is called from net.c, so log.c must
also be compiled.

Fixes #3542 <#3542>
  • Loading branch information
rom1v committed Oct 19, 2022
1 parent ffc7b91 commit b62424a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ if get_option('buildtype') == 'debug'
'tests/test_cli.c',
'src/cli.c',
'src/options.c',
'src/util/log.c',
'src/util/net.c',
'src/util/str.c',
'src/util/strbuf.c',
Expand Down

0 comments on commit b62424a

Please sign in to comment.