log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
qvolray
view configure @ 32:7e5a2dd9bca6
find changesets by author, revision, files, or words in the commit message
actions and shit
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 14 Apr 2012 22:51:41 +0300
parents
children
line source
1
#!/bin/sh
2
3
sys=`uname -s`
4
5
if [ "$sys" = Darwin ]; then
6
spec='-spec unsupported/macx-clang'
7
fi
8
9
qmake $spec