Pass DLLFLAGS to winebuild too.

This commit is contained in:
Alexandre Julliard 2004-11-22 19:48:10 +00:00
parent fa9b9f5fea
commit 0bc8502390
1 changed files with 1 additions and 0 deletions

View File

@ -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)