Skip to content

Commit da9418b

Browse files
committed
Fix install target in msys2
1 parent 19b403f commit da9418b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrap/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ wrap_progs = ['skrewrap', 'mwccarm', 'mwldarm', 'mwasmarm']
3636
wrap = []
3737
foreach wrap_prog : wrap_progs
3838
wrap += executable(wrap_prog, 'wrap.c', cfg_file,
39+
name_suffix: is_windows ? 'exe' : [],
3940
c_args: c_args + [
4041
wrap_prog != 'skrewrap' ? '-DWRAP_PROG="' + wrap_prog + '"' : []
4142
],

0 commit comments

Comments
 (0)