mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
tools: Fixed buildicon to use the path of rsvg provided in the environment variable.
This commit is contained in:
parent
b8f2302776
commit
258a2128b9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ sub fallback_render
|
|||
}
|
||||
|
||||
# Render the SVG image
|
||||
shell 'rsvg', $svgFileName, $renderedSVGFileName;
|
||||
shell $rsvg, $svgFileName, $renderedSVGFileName;
|
||||
|
||||
# Render the images in the SVG
|
||||
my $parser = new XML::Parser(
|
||||
|
|
Loading…
Reference in a new issue