diff configure @ 24:c27ce79632db
builds on osx with -spec unsupported/macx-clang
added a configure script to handle that qmake invocation
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Sat, 14 Apr 2012 00:54:11 +0300 |
parents |
|
children |
|
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/configure Sat Apr 14 00:54:11 2012 +0300
1.3 @@ -0,0 +1,9 @@
1.4 +#!/bin/sh
1.5 +
1.6 +sys=`uname -s`
1.7 +
1.8 +if [ "$sys" = Darwin ]; then
1.9 + spec='-spec unsupported/macx-clang'
1.10 +fi
1.11 +
1.12 +qmake $spec