changeset 27:5e710501d036

Restore missing CXXFLAGS
author Chris Cannam
date Tue, 04 Dec 2012 16:03:18 +0000
parents 23826f973536
children 435a75636b07
files Makefile.osx
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.osx	Tue Dec 04 15:59:10 2012 +0000
+++ b/Makefile.osx	Tue Dec 04 16:03:18 2012 +0000
@@ -10,6 +10,7 @@
 # Compile flags
 #
 CFLAGS		:= $(CFLAGS) -DXTRACT_FFT=1 -arch x86_64 -arch i386 -mmacosx-version-min=10.5 -DNDEBUG -O3 -ffast-math -Wall -fPIC -I. -I$(LIBXTRACTDIR) 
+CXXFLAGS	:= $(CFLAGS)
 
 # Libraries required for the plugins.
 #