Skip to content

Commit

Permalink
Merge branch 'bugfixes' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Aug 1, 2023
2 parents 239d585 + 0b7ea58 commit 42b2e70
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 @@ -419,7 +419,7 @@ if host_machine.system() == 'windows'
link_depends += manifest_file
endif

aegisub = executable('aegisub', aegisub_src, version_h, acconf,
aegisub = executable('aegisub', aegisub_src, version_h, acconf, resrc,
link_with: [libresrc, libluabins, libaegisub],
link_args: link_args,
link_depends: link_depends,
Expand Down

0 comments on commit 42b2e70

Please sign in to comment.