Skip to content

Commit

Permalink
Meson: Make fc_client_common to depend on verhdr
Browse files Browse the repository at this point in the history
See RM #596

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed May 21, 2024
1 parent db5a84f commit c7866cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ client_common = static_library('fc_client_common',
'client/update_queue.c',
'client/voteinfo.c',
'client/zoom.c',
sources: [audio_sdl_src, pack_client,
sources: [verhdr, audio_sdl_src, pack_client,
tolua.process('client/luascript/tolua_client.pkg')],
include_directories: client_inc,
link_with: [common_lib],
Expand Down

0 comments on commit c7866cd

Please sign in to comment.