Skip to content

Commit

Permalink
main/meson.build: compile window resources
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Lomovtsev <[email protected]>
  • Loading branch information
vlomovtsev committed Mar 29, 2024
1 parent ce0fcdb commit 6b05a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ endif
link_args = []
if host_machine.system() == 'windows'
link_args += ['-Wl,--export-all-symbols']
windows = import('windows')
sources += windows.compile_resources('dino-info.rc')
endif

exe_dino = executable('dino', sources, c_args: c_args, vala_args: vala_args, dependencies: dependencies, install: true, link_args: link_args)
Expand Down

0 comments on commit 6b05a2d

Please sign in to comment.