diff build/Makefile.osx @ 342:32e1b0d944fc

OS/X build fixes
author Chris Cannam
date Thu, 12 Jul 2012 14:59:24 +0100
parents d5c5a52e6c9f
children 490e5d01766c
line wrap: on
line diff
--- a/build/Makefile.osx	Thu Jul 12 14:57:44 2012 +0100
+++ b/build/Makefile.osx	Thu Jul 12 14:59:24 2012 +0100
@@ -69,7 +69,8 @@
 
 # Compile flags
 #
-CXXFLAGS	= $(ARCHFLAGS) -O2 -Wall -I../10.6/inst/include -I. -fPIC
+CFLAGS		= $(ARCHFLAGS) -fPIC
+CXXFLAGS	= $(ARCHFLAGS) -O2 -Wall -I. -I../10.6/inst/include -fPIC
 
 # Link flags common to all link targets
 #