Skip to content

Commit 4601b20

Browse files
committed
meson: fix typo
Signed-off-by: Ran Benita <[email protected]>
1 parent 42dd1ca commit 4601b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ elif cc.get_argument_syntax() == 'msvc'
268268
libxkbcommon_def = custom_target('xkbcommon.def',
269269
command: [map_to_def, '@INPUT@', '@OUTPUT@'],
270270
input: 'xkbcommon.map',
271-
output: 'kxbcommon.def',
271+
output: 'xkbcommon.def',
272272
)
273273
libxkbcommon_link_deps += libxkbcommon_def
274274
libxkbcommon_link_args += '/DEF:' + libxkbcommon_def.full_path()

0 commit comments

Comments
 (0)