Skip to content

Commit

Permalink
style: conform to linter style
Browse files Browse the repository at this point in the history
  • Loading branch information
lilopkins committed Oct 17, 2023
1 parent a14c2d5 commit 01e56d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvsbuild/projects/librsvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def build(self):
gtk_dir = self.builder.gtk_dir
rust_ver = Project.get_project("cargo").version
python = sys.executable
cmd = f"nmake -f makefile.vc CFG={config} \"PREFIX={gtk_dir}\" CARGO=cargo RUSTUP=rustup \"PYTHON={python}\" TOOLCHAIN_VERSION={rust_ver} install"
cmd = f'nmake -f makefile.vc CFG={config} "PREFIX={gtk_dir}" CARGO=cargo RUSTUP=rustup "PYTHON={python}" TOOLCHAIN_VERSION={rust_ver} install'

if Project.opts.enable_gi:
cmd += " INTROSPECTION=1"
Expand Down

0 comments on commit 01e56d4

Please sign in to comment.