mosquitto: fix build
[oi-userland.git] / components / runtime / wine / patches / 01-winebuild.patch
blob232695e1d9777dd2b2ea9f986d84460125ac6a53
1 diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
2 index a73f520ccc..a61bfdd534 100644
3 --- a/tools/winebuild/utils.c
4 +++ b/tools/winebuild/utils.c
5 @@ -464,6 +464,8 @@ struct strarray get_ld_command(void)
6 case PLATFORM_WINDOWS:
7 strarray_add( &args, "-m", (force_pointer_size == 8) ? "i386pep" : "i386pe", NULL );
8 break;
9 + case PLATFORM_SOLARIS:
10 + break;
11 default:
12 switch(target_cpu)
14 --
15 2.23.0