mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Pass DLLFLAGS to winebuild too.
This commit is contained in:
parent
fa9b9f5fea
commit
0bc8502390
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user