Commit 6db01bcb authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winegcc: Add missing strarray initialization.

parent 5b513cbb
......@@ -1475,6 +1475,7 @@ static void build(struct options* opts)
{
struct strarray tool, objcopy = build_tool_name(opts, TOOL_OBJCOPY);
tool = empty_strarray;
strarray_addall( &tool, objcopy );
strarray_add(&tool, "--only-keep-debug");
strarray_add(&tool, output_path);
......
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