diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
index a73f520ccc..a61bfdd534 100644
--- a/tools/winebuild/utils.c
+++ b/tools/winebuild/utils.c
@@ -464,6 +464,8 @@ struct strarray get_ld_command(void)
         case PLATFORM_WINDOWS:
             strarray_add( &args, "-m", (force_pointer_size == 8) ? "i386pep" : "i386pe", NULL );
             break;
+        case PLATFORM_SOLARIS:
+            break;
         default:
             switch(target_cpu)
             {
-- 
2.23.0