From a9b74779c95b5948bcb6e8d5eccc0b9f8f4e8106 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 19 Feb 2012 22:01:47 +0100 Subject: IPHONE: Pass $CPPFLAGS to build command line for ObjC files. --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 2aa3325b5d..744ac493e3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -106,7 +106,7 @@ ifdef CXX_UPDATE_DEP_FLAG %.o: %.m $(QUIET)$(MKDIR) $(*D)/$(DEPDIR) - $(QUIET_CXX)$(CXX) $(CXX_UPDATE_DEP_FLAG) $(OBJCFLAGS) -c $(<) -o $*.o + $(QUIET_CXX)$(CXX) $(CXX_UPDATE_DEP_FLAG) $(CPPFLAGS) $(OBJCFLAGS) -c $(<) -o $*.o # Build rule for assembler files with preprocessing %.o: %.S -- cgit v1.2.3