Skip to content

Commit

Permalink
Merge pull request #260 from sidt4/handle-path-with-spaces
Browse files Browse the repository at this point in the history
build: Handle whitespaces in paths
  • Loading branch information
ebassi authored Oct 30, 2023
2 parents 0cfa05f + 4e34764 commit ba99345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if build_gir
identfilter_py = join_paths(meson.current_source_dir(), 'identfilter.py')

gir_extra_args = [
'--identifier-filter-cmd=@0@ @1@'.format(python.full_path(), identfilter_py),
'--identifier-filter-cmd=@0@ "@1@"'.format(python.full_path(), identfilter_py),
'--accept-unprefixed',
'--quiet',
'--warn-all',
Expand Down

0 comments on commit ba99345

Please sign in to comment.