Skip to content

Commit

Permalink
Meson: Make libfreeciv to depend on gitrev
Browse files Browse the repository at this point in the history
See RM #597

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed May 21, 2024
1 parent 1542b45 commit 4e9f322
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 @@ -1364,7 +1364,7 @@ common_lib = library('freeciv',
'common/workertask.c',
'common/worklist.c',
include_directories : common_inc,
sources: [specenum, enum_targets['common'], pack_common,
sources: [gitrev, specenum, enum_targets['common'], pack_common,
tolua_com_a, tolua_com_z, tolua_game, tolua_signal],
link_whole: fc_deps,
dependencies: [zlib_dep,
Expand Down

0 comments on commit 4e9f322

Please sign in to comment.