Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
5a6aff05
Commit
5a6aff05
authored
Apr 11, 2022
by
Andoni Morales Alastruey
Committed by
GStreamer Marge Bot
Apr 11, 2022
Browse files
gstreamer-sharp: fix typo in script name
Part-of: <
!2152
>
parent
e4a6521a
Pipeline
#556397
waiting for manual action with stages
in 5 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
5a6aff05
...
...
@@ -457,12 +457,12 @@ endif
dotnet_format = find_program('dotnet-format', required: false)
if dotnet_format.found()
run_target('csharp_format_check',
command: [join_paths(meson.current_source_dir(), 'scripts', 'format-c
h
sharp'),
command: [join_paths(meson.current_source_dir(), 'scripts', 'format-csharp'),
'--check'
],
)
run_target('csharp_format_apply',
command: [join_paths(meson.current_source_dir(), 'scripts', 'format-c
h
sharp'),
command: [join_paths(meson.current_source_dir(), 'scripts', 'format-csharp'),
],
)
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment