Commit f5929a9c authored by Alexandre Julliard's avatar Alexandre Julliard

winegcc: Set the soname of all dlls on Android.

parent 14096623
......@@ -1130,7 +1130,8 @@ static void build(struct options* opts)
}
break;
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;
default:
if (opts->image_base)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment