From 169ab6c28cea2c92fdb80dc94714c1605f0e85df Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan.bastani@ens.fr> Date: Thu, 2 Aug 2012 17:17:29 +0200 Subject: [PATCH] change location of 10.6 SDK --- m4/ax_mexopts.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ax_mexopts.m4 b/m4/ax_mexopts.m4 index a676a79c01..6956786483 100644 --- a/m4/ax_mexopts.m4 +++ b/m4/ax_mexopts.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2011 Dynare Team +dnl Copyright (C) 2009-2012 Dynare Team dnl dnl This file is part of Dynare. dnl @@ -62,7 +62,7 @@ case ${MATLAB_ARCH} in ax_mexopts_ok="yes" ;; maci | maci64) - SDKROOT='/Developer/SDKs/MacOSX10.6.sdk' + SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk' MACOSX_DEPLOYMENT_TARGET='10.6' if test "${MATLAB_ARCH}" = "maci"; then ARCHS='i386' -- GitLab