Commit 258a2128 authored by Joel Holdsworth's avatar Joel Holdsworth Committed by Alexandre Julliard

tools: Fixed buildicon to use the path of rsvg provided in the environment variable.

parent b8f23027
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment