Skip to content

Commit e96d6e2

Browse files
os_string for android was resolved as linux
1 parent 012f48b commit e96d6e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ AC_ARG_WITH([swift-toolchain],
194194
AC_DEFINE(HAVE_SWIFT, 1, [Define if building for Swift])
195195
SWIFTC="$swift_toolchain_path/bin/swiftc"
196196
case $target_os in
197+
*android*)
198+
os_string="android"
199+
;;
197200
linux*)
198201
os_string="linux"
199202
case $target_cpu in

0 commit comments

Comments
 (0)