Skip to content

Commit

Permalink
-F Accelerate does not seem to work on all platforms. Replaced by exp…
Browse files Browse the repository at this point in the history
…licit include.
  • Loading branch information
dellaert committed Aug 8, 2010
1 parent 0316a53 commit 4bc3229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif

# 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/vecLib.framework/Headers
endif

#----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4bc3229

Please sign in to comment.