From cfcc24e9d54a5b3c31de8b4a82e55f4ac55ecb82 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 2 Jan 2017 23:34:14 +0100 Subject: Add os ios --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index c5e7fcd06..14b995826 100755 --- a/configure.py +++ b/configure.py @@ -2150,7 +2150,7 @@ def main(argv = None): options.compiler = 'gcc' else: options.compiler = 'msvc' - elif options.os == 'darwin' or options.os == 'freebsd': + elif options.os in ['darwin', 'freebsd', 'ios']: if have_program('clang++'): options.compiler = 'clang' elif options.os == 'openbsd': -- cgit v1.2.3