winegcc: Set the soname of all dlls on Android.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1409662393
commit
f5929a9cf9
|
@ -1130,7 +1130,8 @@ static void build(struct options* opts)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case PLATFORM_ANDROID:
|
case PLATFORM_ANDROID:
|
||||||
/* not supported on Android */
|
/* the Android loader requires a soname for all libraries */
|
||||||
|
strarray_add( link_args, strmake( "-Wl,-soname,%s.so", output_name ));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (opts->image_base)
|
if (opts->image_base)
|
||||||
|
|
Loading…
Reference in New Issue