taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Fix soname is not empty #80

Open m-kuhn opened 8 years ago

m-kuhn commented 8 years ago

Affects CMake 3.2 (and later?)

fatal error: -soname: must take a non-empty argument

Workaround from http://stackoverflow.com/a/32399514/2319028

TcT2k commented 8 years ago

This just solved very obscure linking problems I was observing.