Unset QMAKESPEC to avoid old Qt4 env to bleed over

master
Marius Kintel 2014-05-12 16:03:47 -04:00
parent 1cb754603b
commit f560288ab1
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export DYLD_FRAMEWORK_PATH=$OPENSCAD_LIBRARIES/lib
# Our own Qt
export PATH=$OPENSCAD_LIBRARIES/bin:$PATH
unset QMAKESPEC
# ccache:
export PATH=/opt/local/libexec/ccache:$PATH