]> Repos - portaudio/commitdiff
Changed configure.in to recognize linux-android instead of linux-androideabi ticket_154_android_opensles
authorsanne raymaekers <sanne.raymaekers@gmail.com>
Sun, 27 Aug 2017 12:16:48 +0000 (14:16 +0200)
committersanne raymaekers <sanne.raymaekers@gmail.com>
Sun, 27 Aug 2017 12:16:48 +0000 (14:16 +0200)
That way specifying non-arm architectures makes more sense.

configure.in

index a63e73c903335a397898a1d5b8c84cf912d2b893..22ad0d5b6d651b62f7927e91eec60c7f50b94cf2 100644 (file)
@@ -399,7 +399,7 @@ case "${host_os}" in
         SHARED_FLAGS=""
         ;;
 
-  linux-androideabi* )
+  linux-android* )
         dnl Android configuration, this is separate because we don't need to link pthread explicitly
         CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix"