Fix inclusion of Accelerate framework for non-apple compiler on Mac

release/4.3a0
Richard Roberts 2010-09-16 17:35:53 +00:00
parent a10a5a7ee5
commit e7d5118b39
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ AM_CPPFLAGS = -DDLONG # Compiles cholmod in double/long mode
# On Mac, we compile using the BLAS/LAPACK headers in the Accelerate framework
if USE_ACCELERATE_MACOS
AM_CPPFLAGS += -F Accelerate
AM_CPPFLAGS += -I/System/Library/Frameworks/Accelerate.framework/Headers
endif
endif