mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
fixed icc problems, would not play nice on the mac
This commit is contained in:
parent
3908dd9565
commit
f8ee5cb15d
1 changed files with 1 additions and 5 deletions
6
zsh/icc
6
zsh/icc
|
@ -13,11 +13,7 @@ if [[ -r $iccvars_path ]] ; then
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
if [[ `uname -m` == x86_64 ]] ; then
|
iccvars_path=$(echo /opt/intel/cc*/(10|9).*/bin/iccvars.sh(On[1]))
|
||||||
iccvars_path=$(echo /opt/intel/cce/(10|9).*/bin/iccvars.sh(On[1]))
|
|
||||||
else
|
|
||||||
iccvars_path=$(echo /opt/intel/cc/(10|9).*/bin/iccvars.sh(On[1]))
|
|
||||||
fi
|
|
||||||
if [[ -r $iccvars_path ]] ; then
|
if [[ -r $iccvars_path ]] ; then
|
||||||
source $iccvars_path
|
source $iccvars_path
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue