Use mexopts.sh to control which compiler to use when building Matlab

mex script processgrid.c.
This commit is contained in:
Jostein R. Natvig 2009-11-19 17:10:47 +00:00
parent 23665a99e4
commit 5f6544fe73

2
mexopts.sh Normal file
View File

@ -0,0 +1,2 @@
. $MATLAB/bin/mexopts.sh
CC='gcc-4.1'