Commit 0bc85023 authored by Alexandre Julliard's avatar Alexandre Julliard

Pass DLLFLAGS to winebuild too.

parent fa9b9f5f
......@@ -493,6 +493,7 @@ static void build(struct options* opts)
strarray_add(spec_args, winebuild);
strarray_add(spec_args, "--ld-cmd");
strarray_add(spec_args, LD);
strarray_addall(spec_args, strarray_fromstring(DLLFLAGS, " "));
strarray_add(spec_args, "-o");
strarray_add(spec_args, spec_c_name);
if (opts->shared)
......
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