Skip to content
Snippets Groups Projects
Commit 6db01bcb authored by Rémi Bernon's avatar Rémi Bernon :speech_balloon: Committed by Alexandre Julliard
Browse files

winegcc: Add missing strarray initialization.

parent 5b513cbb
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment