Skip to content

Commit 44b326e

Browse files
committed
fix meson language server tweaking
1 parent 36f16db commit 44b326e

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
@@ -115,4 +115,4 @@ custom_target(
115115
input: elf,
116116
build_by_default: true, # otherwise it won't be built
117117
command: [objcopy, ['-O', 'binary', '-S', '@INPUT@', '@OUTPUT@']],
118-
)
118+
)

0 commit comments

Comments
 (0)