Unset QMAKESPEC to avoid old Qt4 env to bleed over
This commit is contained in:
parent
1cb754603b
commit
f560288ab1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue