From 846c5c9459331cde33ef92b665fab1457eaf1252 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 7 Sep 2011 09:57:05 +1000 Subject: Fixed compilation of QtV8 for mac configure is currently whitelisting a set of architectures which are known to be capable of building V8. macosx was omitted from this list. Note that we don't attempt to differentiate between different macosx architectures; we expect any mac which is capable of building Qt5 at all is also capable of building V8. Change-Id: I345f2a446d650cbeb1e2ad81656cdbeea6fa0d9a Reviewed-on: http://codereview.qt.nokia.com/4293 Reviewed-by: Qt Sanity Bot Reviewed-by: Kalle Lehtonen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c47e03be87..f553f4388a 100755 --- a/configure +++ b/configure @@ -7625,7 +7625,7 @@ fi case "$CFG_ARCH" in -i386|x86_64|arm) ;; +i386|x86_64|arm|macosx) ;; *) canBuildV8="no";; esac -- cgit v1.2.3