Skip to content
Snippets Groups Projects
Commit ac2ed284 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

stop supporting osx 10.5, in accordance with changes at Apple and Mathworks

parent 518c536d
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,8 @@ case ${MATLAB_ARCH} in
ax_mexopts_ok="yes"
;;
maci | maci64)
SDKROOT='/Developer/SDKs/MacOSX10.5.sdk'
MACOSX_DEPLOYMENT_TARGET='10.5'
SDKROOT='/Developer/SDKs/MacOSX10.6.sdk'
MACOSX_DEPLOYMENT_TARGET='10.6'
if test "${MATLAB_ARCH}" = "maci"; then
ARCHS='i386'
MATLAB_FFLAGS=''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment